list_offer_object
Product in list
Product ID in merchant system
draft - offer is draft active - offer can be bought paused - offer cannot be bought archived - offer is deleted
Possible values: [draft, active, paused, archived]
Product title (RU)
Product title (EN)
Product description (RU)
Product description (EN)
Product currency
Possible values: [RUB]
Whether automatic product delivery is enabled
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
Minimum product quantity
Maximum product quantity
Product quantity
Whether stock is unlimited
Product instructions (RU)
Product instructions (EN)
Unique code validation URL
auto - automatically set delivery status together with fulfillment time manual - manual delivery status update
Possible values: [auto, manual]
Product cover image
Product cover image
Whether options exist
Whether products not including splitted products exist
Whether splitted products exists
Creation date
Last update date
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",
"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
}
}