create_offer_request_object
Product title (RU)
Product title (EN)
Product description (RU)
Product description (EN)
Product instructions (RU)
Product instructions (EN)
Product cover image in Base64 format (RU)
Product cover image in Base64 format (EN)
Product price
Product price is always in RUB
Possible values: [RUB]
Whether automatic product delivery is enabled
falseCategory ID compatible with V1 API
Minimum purchase quantity
1Maximum purchase quantity
1Quantity in stock
Whether stock quantity is unlimited
falseProduct fulfillment URL in merchant system
auto - automatically set delivery status together with fulfillment time manual - manual delivery status update
Possible values: [auto, manual]
autopre_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{
"title_ru": "string",
"title_en": "string",
"description_ru": "string",
"description_en": "string",
"instructions_ru": "string",
"instructions_en": "string",
"cover_image_ru": "string",
"cover_image_en": "string",
"price": 0,
"currency": "RUB",
"is_autoselling": false,
"category_id": 0,
"min_quantity": 1,
"max_quantity": 1,
"quantity": 0,
"is_unlimited_quantity": false,
"post_payment_url": "",
"delivery": "auto",
"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
}
}