FBY-requests for the delivery of goods to the warehouse, export or disposal
For information on how to create an application and deliver the goods to the warehouse, see Yandex.Market Help for sellers.
The Yandex.Market API allows you to:
- to receive information:
- about requests for delivery, removal or disposal — POST v2/campaigns/{campaignId}/supply-requests;
- about the products in the application — POST v2/campaigns/{campaignId}/supply-requests/items;
- download documents on request — POST v2/campaigns/{campaignId}/supply-requests/documents;
- to receive a file with product barcodes in the application, which must be glued to the product itself or opaque packaging:
- file generation — POST v1/reports/documents/barcodes/generate;
- getting the file — GET v2/reports/info/{reportId}.
Get information about applications
Make a request POST v2/campaigns/{campaignId}/supply-requests, where specify the campaign ID campaignId
and the necessary parameters for filtering and sorting.
Application status status
reflects its status at the time of the request
It can change.
What are the types of applications?
-
Types of applications:
SUPPLY
— delivery of goods to the warehouse;WITHDRAW
— export of goods from the warehouse;UTILIZATION
— disposal of goods.
-
Parent and child, if there was:
- delivery to the storage warehouse;
- multi-delivery;
- additional delivery;
- disposal or removal of rejected goods.
In this case, the parameters will be returned
parentLink
(link to the parent application) andchildrenLinks
(links to child applications). -
Depending on the logistics:
- For supplies that go directly to the storage warehouse. The parameter will be returned
targetLocation
— information about the storage warehouse or PVZ. - With goods that go through the transit warehouse. The parameter will also be returned
transitLocation
— information about the transit warehouse or PVZ.
- For supplies that go directly to the storage warehouse. The parameter will be returned
Get a list of products in the application and information about them
Make a request POST v2/campaigns/{campaignId}/supply-requests/items, where specify the campaign ID (campaignId
) and applications (requestId
).
Get the application documents
Make a request POST v2/campaigns/{campaignId}/supply-requests/documents, where specify the campaign ID (campaignId
) and applications (requestId
).
It may be useful
Report or API method |
What information does it give |
How your products are sold from the Market's warehouses. Deliver goods that are running out to the warehouse on time, and pick up those that are being sold out slowly. |
|
How many items have been delivered, ordered, returned by customers, moved to another warehouse, or taken out by you. |
|
The remaining items in all Market warehouses, as well as how many items are available for order, how many defective items, etc. |
|
The value of the store quality index and its components. |
{{ multisupply }}