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": 16,
    "name": "...",
    "allow_attachment": true,
    "options": [
        {
            "id": 10,
            "name": "...",
            "price_change": 18
        },
        {
            "id": 11,
            "name": "...",
            "price_change": 19
        },
        {
            "id": 10,
            "name": "...",
            "price_change": 14
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.1.0 stable