SAP Commerce Cloud · Schema

CategoryRef

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
code string Category code
name string Category name
url string Category URL
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-categoryref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CategoryRef",
  "title": "CategoryRef",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Category code"
    },
    "name": {
      "type": "string",
      "description": "Category name"
    },
    "url": {
      "type": "string",
      "description": "Category URL"
    }
  }
}