Option.simple

Field Type Description
id Int Id of the product price
name String Name of the product price (translated)
price_change Price Price change in cents. Positive for price increase, negative for discount.
image Image? Nullable.

Examples

Example 1

{
    "id": 18,
    "name": "...",
    "price_change": {
        "value": 12,
        "currency": "EUR"
    },
    "image": {
        "resolutions": [
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            },
            {
                "src": "https://example.com",
                "width": 600,
                "height": 350
            }
        ],
        "white_background": false
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.4.0 stable