PromotionItem
An additional Item information that will be used to relate the Promotion with its containing Items in 3rd party integrations and digital signage.
type PromotionItem {
itemId: String
additionalProperties: [AdditionalProperty]
}
Fields
PromotionItem.itemId
● String
scalar
The Id of the Item. Must be the same ItemId used in the Item input API.
PromotionItem.additionalProperties
● [AdditionalProperty]
list object
An array of additional data fields. Additional data is used to extend the content of the entity. It may be mandatory input that is used for specific services like POS or online shopping or apps, or it may be customer specific data that is needed for informational reasons. The additional data must specify a Name, Id, Type and a Value. Make sure to check out the examples provided for different use cases in the example section of the API.
Member Of
Promotion
object