SAP Commerce Cloud · Schema

VoucherList

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
vouchers array
View JSON Schema on GitHub

JSON Schema

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