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": false,
    "options": [
        {
            "id": 18,
            "name": "...",
            "price_change": 12
        },
        {
            "id": 10,
            "name": "...",
            "price_change": 13
        },
        {
            "id": 18,
            "name": "...",
            "price_change": 14
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
0.2.0 stable