SAP Commerce Cloud · Schema

CartList

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
carts array
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-cartlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CartList",
  "title": "CartList",
  "type": "object",
  "properties": {
    "carts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CartSummary"
      }
    }
  }
}