NAV
Master Data

GS2-Showcase

Master Data Definition Reference

Master Data Reference

{
  "version": "2019-04-04",
  "showcases": [
    {
      "name": "[string]Product Name",
      "metadata": "[string?]metadata",
      "salesPeriodEventId": "[string?]GS2-Schedule events with sales periods for display shelves",
      "displayItems": [
        {
          "displayItemId": "[string]Displayed Item ID",
          "type": "[string]Type",
          "salesItem": {
            "name": "[string]Product Name",
            "metadata": "[string?]metadata",
            "consumeActions": [
              {
                "action": "[string]Types of actions to be performed in the stamp task",
                "request": "[string]JSON of the obtain request"
              }
            ],
            "acquireActions": [
              {
                "action": "[string]Types of actions to be performed in the stamp sheet",
                "request": "[string]JSON of request"
              }
            ]
          }
          "salesItemGroup": {
            "name": "[string]Product Group Name",
            "metadata": "[string?]metadata",
            "salesItems": [
              {
                "name": "[string]Product Name",
                "metadata": "[string?]metadata",
                "consumeActions": [
                  {
                    "action": "[string]Types of actions to be performed in the stamp task",
                    "request": "[string]JSON of the obtain request"
                  }
                ],
                "acquireActions": [
                  {
                    "action": "[string]Types of actions to be performed in the stamp sheet",
                    "request": "[string]JSON of request"
                  }
                ]
              }
            ]
          }
          "salesPeriodEventId": "[string?]GS2-Schedule events with product sales periods"
        }
      ]
    }
  ]
}
Type Require Default Limitation Description
version 2019-04-04 Format version of master data
showcases Showcase[]