Перейти к основному содержимому

create_offer_request_object

title_rustring

Product title (RU)

title_enstring

Product title (EN)

description_rustring

Product description (RU)

description_enstring

Product description (EN)

instructions_rustring

Product instructions (RU)

instructions_enstring

Product instructions (EN)

cover_image_rustring

Product cover image in Base64 format (RU)

cover_image_enstringnullable

Product cover image in Base64 format (EN)

pricenumber

Product price

currencystringnullable

Product price is always in RUB

Possible values: [RUB]

is_autosellingbooleannullable

Whether automatic product delivery is enabled

Default value: false
category_idinteger

Category ID compatible with V1 API

min_quantityintegernullable

Minimum purchase quantity

Default value: 1
max_quantityintegernullable

Maximum purchase quantity

Default value: 1
quantityintegernullable

Quantity in stock

is_unlimited_quantitybooleannullable

Whether stock quantity is unlimited

Default value: false
post_payment_urlstringnullable

Product fulfillment URL in merchant system

Default value:
deliverystringnullable

auto - automatically set delivery status together with fulfillment time manual - manual delivery status update

Possible values: [auto, manual]

Default value: auto
pre_payment_settings objectnullable
is_enabledboolean

Whether pre-payment validation settings are enabled

Default value: false
urlstringnullable

Merchant notification URL

allow_paymentboolean

Allow payment when validation request fails

Default value: true
notification_settings objectnullable
typestringnullable

Merchant notification type for new order

Possible values: [email, url]

Default value: email
urlstringnullable

Merchant notification URL

emailstringnullable

Merchant notification email

http_methodstringnullable

Notification HTTP method

Possible values: [GET, POST]

is_disabledboolean

Whether notifications are disabled

Default value: false
is_defaultboolean

If true, notifications will be sent only by email

Default value: true
create_offer_request_object
{
"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
}
}