OptionSet.detailed

Field Type Description
id Int Id of the option set
name String Name of the option set (translated)
allow_attachment Bool Allow the attachment of a picture (not supported anymore)
options [Option.simple] Array of Option.simple

Examples

Example 1

{
    "id": 19,
    "name": "...",
    "allow_attachment": true,
    "options": [
        {
            "id": 15,
            "name": "...",
            "price_change": 12
        },
        {
            "id": 16,
            "name": "...",
            "price_change": 10
        },
        {
            "id": 14,
            "name": "...",
            "price_change": 12
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.0.1 stable