Bolt · Schema

order-response

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
id string
transaction object
View JSON Schema on GitHub

JSON Schema

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