Bolt · Schema

update-cart-event-data

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
cart object
View JSON Schema on GitHub

JSON Schema

update-cart-event-data.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.bolt.com/schemas/update-cart-event-data",
  "title": "update-cart-event-data",
  "type": "object",
  "required": [
    "cart"
  ],
  "properties": {
    "cart": {
      "$ref": "#/components/schemas/cart-2"
    }
  }
}