SAP Commerce Cloud · Schema

ProductExpressUpdateList

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
productExpressUpdateElements array
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-productexpressupdatelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductExpressUpdateList",
  "title": "ProductExpressUpdateList",
  "type": "object",
  "properties": {
    "productExpressUpdateElements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "description": "Product code"
          },
          "catalogId": {
            "type": "string",
            "description": "Catalog identifier"
          },
          "catalogVersion": {
            "type": "string",
            "description": "Catalog version"
          }
        }
      }
    }
  }
}