Offer.simple

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

Examples

Example 1

{
    "id": 13,
    "name": "...",
    "items": [
        {
            "type": "product",
            "item_id": 16,
            "percentage": 13,
            "minimum": 12
        },
        {
            "type": "product",
            "item_id": 17,
            "percentage": 18,
            "minimum": 19
        },
        {
            "type": "product",
            "item_id": 14,
            "percentage": 19,
            "minimum": 19
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.2.0 stable