FBW Supplies (ordersfbw)
Management of information for forming supplies, warehouse data, and statuses
To access the methods, use a token for the Supplies category
Getting information for forming supplies to Wildberries warehouses
Acceptance coefficients{{ /api/v1/acceptance/coefficients }}
Описание метода
Returns the acceptance coefficients for specific warehouses for the next 14 days
Acceptance for delivery is available only with the combination of field values is:
and
coefficient
— 0
or 1
and
allowUnload
— true
Maximum of 6 requests per minute per one seller's account
Authorizations:
HeaderApiKey
query Parameters
warehouseIDs | string Example: warehouseIDs=507,117501 Warehouse IDs. |
Responses
Response samples
- 200
- 400
- 401
- 429
Content type
application/json
[- {
- "date": "2024-04-11T00:00:00Z",
- "coefficient": -1,
- "warehouseID": 217081,
- "warehouseName": "Сц Брянск 2",
- "allowUnload": false,
- "boxTypeName": "Суперсейф",
- "boxTypeID": 6,
- "storageCoef": null,
- "deliveryCoef": null,
- "deliveryBaseLiter": null,
- "deliveryAdditionalLiter": null,
- "storageBaseLiter": null,
- "storageAdditionalLiter": null,
- "isSortingCenter": true
}
]
Acceptance options{{ /api/v1/acceptance/options }}
Описание метода
Returns information about warehouses and package types available for supply. The warehouses list is determined by product's barcode and quantity
Maximum of 6 requests per minute per one seller's account
Authorizations:
HeaderApiKey
query Parameters
warehouseID | string Example: warehouseID=507 Warehouse ID. |
Request Body schema: application/jsonrequired
Array (<= 5000 items)
quantity | integer [ 1 .. 999999 ] Total quantity of products planned for supply. |
barcode | string Barcode from the card of the product |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "quantity": 1,
- "barcode": "k"
}, - {
- "quantity": 7,
- "barcode": "1111111111"
}
]
Response samples
- 200
- 400
- 401
- 429
Content type
application/json
{- "result": [
- {
- "barcode": "кrrr",
- "warehouses": null,
- "error": {
- "title": "barcode validation error",
- "detail": "barcode кrrr is not found"
}, - "isError": true
}, - {
- "barcode": "123456789",
- "warehouses": [
- {
- "warehouseID": 205349,
- "canBox": true,
- "canMonopallet": false,
- "canSupersafe": false
}, - {
- "warehouseID": 211622,
- "canBox": false,
- "canMonopallet": true,
- "canSupersafe": false
}, - {
- "warehouseID": 214951,
- "canBox": true,
- "canMonopallet": false,
- "canSupersafe": false
}, - {
- "warehouseID": 206319,
- "canBox": true,
- "canMonopallet": false,
- "canSupersafe": false
}
]
}
], - "requestId": "kr53d2bRKYmkK2N6zaNKHs"
}
Warehouses list{{ /api/v1/warehouses }}
Описание метода
Returns Wildberries warehouses list
Maximum of 6 requests per minute per one seller's account
Authorizations:
HeaderApiKey
Responses
Response samples
- 200
- 401
- 429
Content type
application/json
[- {
- "ID": 210515,
- "name": "Вёшки",
- "address": "Липкинское шоссе, 2-й километр, вл1с1, посёлок Вёшки, городской округ Мытищи, Московская область",
- "workTime": "24/7",
- "acceptsQR": false
}
]