Bolt · Schema

seller-split

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Properties

Name Type Description
amounts object
marketplace_commission_fee object
seller_id string
View JSON Schema on GitHub

JSON Schema

seller-split.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.bolt.com/schemas/seller-split",
  "title": "seller-split",
  "properties": {
    "amounts": {
      "$ref": "#/components/schemas/seller-split-amounts"
    },
    "marketplace_commission_fee": {
      "$ref": "#/components/schemas/marketplace-commission-fee"
    },
    "seller_id": {
      "type": "string",
      "example": "seller_12345"
    }
  },
  "type": "object"
}