offer_object
Product ID
draft - offer is draft active - offer can be bought paused - offer cannot be bought archived - offer is deleted
Possible values: [draft, active, paused, archived]
Whether automatic product delivery is enabled
auto - automatically set delivery status together with fulfillment time manual - manual delivery status update
Possible values: [auto, manual]
autoProduct title (RU)
Product title (EN)
Product description (RU)
Product description (EN)
Product instructions (RU)
Product instructions (EN)
Product cover image URL
Product cover image URL
category object
Category ID compatible with V1 API
Localized category name
Category content type
Category commission percentage as decimal
Payment commission percentage as decimal
Full category path
Whether child categories exist
Product price
Product currency, always RUB
Possible values: [RUB]
Products in stock
Whether stock is unlimited
falseMinimum quantity per purchase
Maximum quantity per purchase
Sales count with splitted products
Sales count without splitted products
Products in stock (without splitted products)
0Splitted products in stock
0Whether splitted products exist
Last updated time (MSK)
Creation time (MSK)
Product fulfillment URL in merchant system
pre_payment_settings objectnullable
Whether pre-payment validation settings are enabled
falseMerchant notification URL
Allow payment when validation request fails
truenotification_settings objectnullable
Merchant notification type for new order
Possible values: [email, url]
emailMerchant notification URL
Merchant notification email
Notification HTTP method
Possible values: [GET, POST]
Whether notifications are disabled
falseIf true, notifications will be sent only by email
true{
"id": 0,
"status": "draft",
"is_autoselling": true,
"delivery": "auto",
"title_ru": "string",
"title_en": "string",
"description_ru": "string",
"description_en": "string",
"instructions_ru": "string",
"instructions_en": "string",
"cover_image_ru_url": "string",
"cover_image_en_url": "string",
"category": {
"id": 0,
"title": "string",
"content_type": "string",
"fee": 0,
"payment_fee": 0,
"tree": "string",
"has_children": true
},
"price": 0,
"currency": "RUB",
"quantity": 0,
"is_unlimited_quantity": false,
"min_quantity": 0,
"max_quantity": 0,
"sold_splitted_products_count": 0,
"sold_products_count": 0,
"in_stock_products_count": 0,
"in_stock_splitted_products_count": 0,
"has_splitted_products": true,
"updated_at": "string",
"created_at": "string",
"post_payment_url": "string",
"pre_payment_settings": {
"is_enabled": false,
"url": "string",
"allow_payment": true
},
"notification_settings": {
"type": "email",
"url": "string",
"email": "string",
"http_method": "GET",
"is_disabled": false,
"is_default": true
}
}