There is a special params request in Extras option which is options
.
An example to use this param is:
http://apiv4.ordering.co/v400/en/demo/business/41/extras?params=options
[
{
"id": 49,
"options": [
{
"id": 53,
"extra_id": 49,
"name": "Size",
"conditioned": false,
"respect_to": null,
"min": 1,
"max": 1,
"rank": 1,
"suboptions": [
{
"id": 172,
"extra_option_id": 53,
"name": "small",
"price": 1,
"image": null,
"sku": null,
"rank": 1
},
...
]
},
]
},
... // if findAll
]