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

list_offer_object

Product in list

idinteger

Product ID in merchant system

statusstring

draft - offer is draft active - offer can be bought paused - offer cannot be bought archived - offer is deleted

Possible values: [draft, active, paused, archived]

title_rustringnullable

Product title (RU)

title_enstringnullable

Product title (EN)

description_rustringnullable

Product description (RU)

description_enstringnullable

Product description (EN)

pricenumbernullable
currencystring

Product currency

Possible values: [RUB]

is_autosellingbooleannullable

Whether automatic product delivery is enabled

category object
idinteger

Category ID compatible with V1 API

titlestring

Localized category name

content_typestring

Category content type

feenumber

Category commission percentage as decimal

payment_feenumber

Payment commission percentage as decimal

treestring

Full category path

has_childrenboolean

Whether child categories exist

min_quantityintegernullable

Minimum product quantity

max_quantityintegernullable

Maximum product quantity

quantityintegernullable

Product quantity

is_unlimited_quantitybooleannullable

Whether stock is unlimited

instructions_rustringnullable

Product instructions (RU)

instructions_enstringnullable

Product instructions (EN)

post_payment_urlstringnullable

Unique code validation URL

deliverystringnullable

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

Possible values: [auto, manual]

cover_image_ru_urlstring

Product cover image

cover_image_en_urlstringnullable

Product cover image

has_optionsboolean

Whether options exist

has_productsboolean

Whether products not including splitted products exist

has_splitted_productsboolean

Whether splitted products exists

created_atstring

Creation date

updated_atstring

Last update date

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
list_offer_object
{
"id": 0,
"status": "draft",
"title_ru": "string",
"title_en": "string",
"description_ru": "string",
"description_en": "string",
"price": 0,
"currency": "RUB",
"is_autoselling": true,
"category": {
"id": 0,
"title": "string",
"content_type": "string",
"fee": 0,
"payment_fee": 0,
"tree": "string",
"has_children": true
},
"min_quantity": 0,
"max_quantity": 0,
"quantity": 0,
"is_unlimited_quantity": true,
"instructions_ru": "string",
"instructions_en": "string",
"post_payment_url": "string",
"delivery": "auto",
"cover_image_ru_url": "string",
"cover_image_en_url": "string",
"has_options": true,
"has_products": true,
"has_splitted_products": true,
"created_at": "string",
"updated_at": "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
}
}