SAP Commerce Cloud · Schema

Promotion

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
code string Promotion code
title string Promotion title
description string Promotion description
promotionType string Promotion type
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-promotion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Promotion",
  "title": "Promotion",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Promotion code"
    },
    "title": {
      "type": "string",
      "description": "Promotion title"
    },
    "description": {
      "type": "string",
      "description": "Promotion description"
    },
    "promotionType": {
      "type": "string",
      "description": "Promotion type"
    }
  }
}