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": 11,
"name": "...",
"items": [
{
"type": "product",
"item_id": 11,
"percentage": 16,
"minimum": 14
},
{
"type": "product",
"item_id": 15,
"percentage": 19,
"minimum": 11
},
{
"type": "product",
"item_id": 17,
"percentage": 10,
"minimum": 15
}
]
}