Family options for custom order
GET
/v1/orders/family-options
curl \
--request GET 'https://localhost/v1/orders/family-options'
Response examples (200)
{
"data": [
{
"label": "string",
"description": "string",
"value": "string"
}
]
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}