Bolt · Schema

order

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
profile object
cart object
View JSON Schema on GitHub

JSON Schema

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