Receipt of documents on the application for delivery, export or disposal
The method is available for the FBY model.
If you are using an API Key token, one of the accesses in the list is required to call the method
- supplies-management:read-only — View FBY requests
- all-methods — Full account management
- all-methods:read-only — View all data
Returns the application documents.
| ⚙️ Limit: 1,000 requests per hour |
|---|
Request
POST
https://api.partner.market.yandex.ru/v2/campaigns/{campaignId}/supply-requests/documents
Path parameters
|
Name |
Description |
|
campaignId |
Type: integer The ID of the campaign (store) — The technical identifier that represents your store in the Yandex Market system when working through the API. It is uniquely linked to your store, but it is intended only for automated interaction. You can find it using a query GET v2/campaigns or find it in the seller's office on the Market. Click on your account icon → Settings and in the menu on the left, select APIs and modules:
⚠️ Do not confuse it with:
Min value: |
Body
application/json
{
"requestId": 1
}
|
Name |
Description |
|
requestId |
Type: integer The application ID. Used only in the API It will not be possible to find applications in the seller's account on the Market. To do this, use Min value: |
Responses
200 OK
A list of documents and links to them.
Body
application/json
{
"status": "OK",
"result": {
"documents": [
{
"type": "SUPPLY",
"url": "example",
"createdAt": "2025-01-01T00:00:00Z"
}
]
}
}
Type: object
All of 2 types
-
Type: object
status
Type: string
The type of response. Possible values:
OK— There are no errors.ERROR— an error occurred while processing the request.
Enum:
OK,ERRORThe standard wrapper for server responses.
Example
{ "status": "OK" } -
Type: object
result
Type: object
documents
Type: object[]
createdAt
Type: string<date-time>
The date and time when the document was created.
Example:
2025-01-01T00:00:00Ztype
Type: string
Document type:
-
Documents that the store uploads
SUPPLY— the list of products.ADDITIONAL_SUPPLY— the list of products in the additional delivery.VIRTUAL_DISTRIBUTION_CENTER_SUPPLY— list of products in multi-delivery.TRANSFER— a list of items for recycling.WITHDRAW— the list of goods for export.
-
Delivery of goods
VALIDATION_ERRORS— errors in the delivery of goods.CARGO_UNITS— labels for cargo locations.
-
Additional delivery and rejected goods
ADDITIONAL_SUPPLY_ACCEPTABLE_GOODS— products that are suitable for additional delivery.ADDITIONAL_SUPPLY_UNACCEPTABLE_GOODS— export of rejected goods.
-
Labeling of goods
INBOUND_UTD— incoming UPDATE.OUTBOUND_UTD— outgoing UPD.IDENTIFIERS— product labeling codes.CIS_FACT— accepted products with labeling codes.ITEMS_WITH_CISES— products that need labeling.REPORT_OF_WITHDRAW_WITH_CISES— marked goods for export from the warehouse.SECONDARY_ACCEPTANCE_CISES— marked goods that are accepted after secondary acceptance.RNPT_FACT— accepted goods with the batch registration number (RNPT).
-
Acts
ACT_OF_WITHDRAW— the return certificate.ANOMALY_CONTAINERS_WITHDRAW_ACT— the act of withdrawal of the rejected goods.ACT_OF_WITHDRAW_FROM_STORAGE— the act of debiting from responsible storage.ACT_OF_RECEPTION_TRANSFER— acceptance and transfer certificate.ACT_OF_DISCREPANCY— the act of discrepancies.SECONDARY_RECEPTION_ACT— the act of secondary acceptance.
Enum:
SUPPLY,ADDITIONAL_SUPPLY,VIRTUAL_DISTRIBUTION_CENTER_SUPPLY,TRANSFER,INBOUND_UTD,OUTBOUND_UTD,ADDITIONAL_SUPPLY_ACCEPTABLE_GOODS,ADDITIONAL_SUPPLY_UNACCEPTABLE_GOODS,VALIDATION_ERRORS,WITHDRAW,ACT_OF_WITHDRAW,ANOMALY_CONTAINERS_WITHDRAW_ACT,ACT_OF_WITHDRAW_FROM_STORAGE,ACT_OF_RECEPTION_TRANSFER,ACT_OF_DISCREPANCY,SECONDARY_RECEPTION_ACT,CARGO_UNITS,IDENTIFIERS,CIS_FACT,ITEMS_WITH_CISES,REPORT_OF_WITHDRAW_WITH_CISES,SECONDARY_ACCEPTANCE_CISES,RNPT_FACTurl
Type: string
Min length:
1Max length:
2000Example:
exampleA list of documents.
Min items:
0Example
[ { "type": "SUPPLY", "url": "example", "createdAt": "2025-01-01T00:00:00Z" } ]Information about the application documents.
Example
{ "documents": [ { "type": "SUPPLY", "url": "example", "createdAt": "2025-01-01T00:00:00Z" } ] }Example
{ "result": { "documents": [ { "type": "SUPPLY", "url": "example", "createdAt": "2025-01-01T00:00:00Z" } ] } } -
400 Bad Request
The request contains incorrect data. More information about the error
Body
application/json
{
"status": "OK",
"errors": [
{
"code": "example",
"message": "example"
}
]
}
Type: object
All of 1 type
-
Type: object
All of 2 types
-
Type: object
status
Type: string
The type of response. Possible values:
OK— There are no errors.ERROR— an error occurred while processing the request.
Enum:
OK,ERRORThe standard wrapper for server responses.
Example
{ "status": "OK" } -
Type: object
errors
Type: object[]
code
Type: string
The error code.
Example:
examplemessage
Type: string
Description of the error.
Example:
exampleA list of errors.
Min items:
1Example
[ { "code": "example", "message": "example" } ]Example
{ "errors": [ { "code": "example", "message": "example" } ] }
A standard wrapper for server errors.
Example
{ "status": "OK", "errors": [ { "code": "example", "message": "example" } ] } -
401 Unauthorized
The authorization data is not specified in the request. More information about the error
Body
application/json
{
"status": "OK",
"errors": [
{
"code": "example",
"message": "example"
}
]
}
Type: object
All of 1 type
-
Type: object
All of 2 types
-
Type: object
status
Type: string
The type of response. Possible values:
OK— There are no errors.ERROR— an error occurred while processing the request.
Enum:
OK,ERRORThe standard wrapper for server responses.
Example
{ "status": "OK" } -
Type: object
errors
Type: object[]
code
Type: string
The error code.
Example:
examplemessage
Type: string
Description of the error.
Example:
exampleA list of errors.
Min items:
1Example
[ { "code": "example", "message": "example" } ]Example
{ "errors": [ { "code": "example", "message": "example" } ] }
A standard wrapper for server errors.
Example
{ "status": "OK", "errors": [ { "code": "example", "message": "example" } ] } -
403 Forbidden
The authorization data is incorrect or access to the resource is prohibited. More information about the error
Body
application/json
{
"status": "OK",
"errors": [
{
"code": "example",
"message": "example"
}
]
}
Type: object
All of 1 type
-
Type: object
All of 2 types
-
Type: object
status
Type: string
The type of response. Possible values:
OK— There are no errors.ERROR— an error occurred while processing the request.
Enum:
OK,ERRORThe standard wrapper for server responses.
Example
{ "status": "OK" } -
Type: object
errors
Type: object[]
code
Type: string
The error code.
Example:
examplemessage
Type: string
Description of the error.
Example:
exampleA list of errors.
Min items:
1Example
[ { "code": "example", "message": "example" } ]Example
{ "errors": [ { "code": "example", "message": "example" } ] }
A standard wrapper for server errors.
Example
{ "status": "OK", "errors": [ { "code": "example", "message": "example" } ] } -
404 Not Found
The requested resource was not found. More information about the error
Body
application/json
{
"status": "OK",
"errors": [
{
"code": "example",
"message": "example"
}
]
}
Type: object
All of 1 type
-
Type: object
All of 2 types
-
Type: object
status
Type: string
The type of response. Possible values:
OK— There are no errors.ERROR— an error occurred while processing the request.
Enum:
OK,ERRORThe standard wrapper for server responses.
Example
{ "status": "OK" } -
Type: object
errors
Type: object[]
code
Type: string
The error code.
Example:
examplemessage
Type: string
Description of the error.
Example:
exampleA list of errors.
Min items:
1Example
[ { "code": "example", "message": "example" } ]Example
{ "errors": [ { "code": "example", "message": "example" } ] }
A standard wrapper for server errors.
Example
{ "status": "OK", "errors": [ { "code": "example", "message": "example" } ] } -
420 Method Failure
The resource access limit has been exceeded. More information about the error
Body
application/json
{
"status": "OK",
"errors": [
{
"code": "example",
"message": "example"
}
]
}
Type: object
All of 1 type
-
Type: object
All of 2 types
-
Type: object
status
Type: string
The type of response. Possible values:
OK— There are no errors.ERROR— an error occurred while processing the request.
Enum:
OK,ERRORThe standard wrapper for server responses.
Example
{ "status": "OK" } -
Type: object
errors
Type: object[]
code
Type: string
The error code.
Example:
examplemessage
Type: string
Description of the error.
Example:
exampleA list of errors.
Min items:
1Example
[ { "code": "example", "message": "example" } ]Example
{ "errors": [ { "code": "example", "message": "example" } ] }
A standard wrapper for server errors.
Example
{ "status": "OK", "errors": [ { "code": "example", "message": "example" } ] } -
500 Internal Server Error
Internal error of Yandex. Market. More information about the error
Body
application/json
{
"status": "OK",
"errors": [
{
"code": "example",
"message": "example"
}
]
}
Type: object
All of 1 type
-
Type: object
All of 2 types
-
Type: object
status
Type: string
The type of response. Possible values:
OK— There are no errors.ERROR— an error occurred while processing the request.
Enum:
OK,ERRORThe standard wrapper for server responses.
Example
{ "status": "OK" } -
Type: object
errors
Type: object[]
code
Type: string
The error code.
Example:
examplemessage
Type: string
Description of the error.
Example:
exampleA list of errors.
Min items:
1Example
[ { "code": "example", "message": "example" } ]Example
{ "errors": [ { "code": "example", "message": "example" } ] }
A standard wrapper for server errors.
Example
{ "status": "OK", "errors": [ { "code": "example", "message": "example" } ] } -
No longer supported, please use an alternative and newer version.
Read about what it is in Yandex.Market Help for sellers.