option_object
Record ID
Option type
Possible values: [text, multiline_text, check_box, radio_button]
active - option is active archived - option is disabled hidden - option is hidden
Possible values: [active, archived, hidden]
Option name (RU)
Option name (EN)
Option comment (RU)
Option comment (EN)
Whether the option is required
falseWhether price modifiers are hidden
falseOption position ASC
0Whether splitted products exist
falsevariants object[]
Record ID
Variant name (RU)
Variant name (EN)
Variant price
fixed - absolute value percent - percent value
Possible values: [fixed, percent]
increase - increase price decrease - decrease price
Possible values: [increase, decrease]
Whether the variant is selected by default
falseactive - variant is active archived - variant is disabled hidden - variant is hidden
Possible values: [active, archived, hidden]
Variant position ASC
0Quantity of splitted products in stock
0Quantity of sold splitted products
0{
"id": 0,
"type": "text",
"status": "active",
"title_ru": "string",
"title_en": "string",
"comment_ru": "string",
"comment_en": "string",
"is_required": false,
"is_price_modifier_hidden": false,
"position": 0,
"has_splitted_products": false,
"variants": [
{
"id": 0,
"title_ru": "string",
"title_en": "string",
"price": 0,
"discount_type": "fixed",
"impact_type": "increase",
"is_default": false,
"status": "active",
"position": 0,
"in_stock_products_count": 0,
"sold_products_count": 0
}
]
}