Option.detailed

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

Examples

Example 1

{
    "id": 13,
    "name": "...",
    "price_change": 19,
    "optionset": {
        "id": 18,
        "name": "...",
        "allow_attachment": false
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.1.0 stable