A special discount for one or multiple products of the shop
Field | Type | Description |
---|---|---|
id | Int | An integer value |
name | String | A String value |
items | [OfferItem.simple] | Array of OfferItem.simple |
{
"id": 14,
"name": "...",
"items": [
{
"type": "product",
"item_id": 12,
"percentage": 17,
"minimum": 18
},
{
"type": "product",
"item_id": 18,
"percentage": 11,
"minimum": 18
},
{
"type": "product",
"item_id": 14,
"percentage": 14,
"minimum": 18
}
]
}