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. |
optionset | OptionSet.simple |
{
"id": 15,
"name": "...",
"price_change": {
"value": 13,
"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": true
},
"optionset": {
"id": 14,
"name": "...",
"allow_attachment": false
}
}