Tariffs (tariffs)
Management of tariff plans, calculation of delivery and return costs, and obtaining current tariffs.
Management of tariff plans, calculation of delivery and return costs, and obtaining current tariffs.
Product Category Commission{{ /api/v1/tariffs/commission }}
WB commission by parent categories of products according to sales model.
| Period | Limit | Interval | Burst |
|---|---|---|---|
| 1 min | 1 request | 1 min | 2 requests |
Authorizations:
query Parameters
| locale | string Example: locale=ru Language of the
|
Responses
Response samples
- 200
- 400
- 401
- 402
- 429
Commission
{- "report": [
- {
- "kgvpBooking": 14.5,
- "kgvpMarketplace": 15.5,
- "kgvpPickup": 14.5,
- "kgvpSupplier": 12.5,
- "kgvpSupplierExpress": 3,
- "paidStorageKgvp": 15.5,
- "parentID": 657,
- "parentName": "Бытовая техника",
- "subjectID": 6461,
- "subjectName": "Оборудование зуботехническое"
}
]
}Box Tariffs{{ /api/v1/tariffs/box }}
For items inventory supplied to the warehouse in boxes, the method returns the rates:
- for delivery from warehouse or sorting center to the buyer
- for delivery from the buyer to the sorting center
- for storage on WB warehouse
| Period | Limit | Interval | Burst |
|---|---|---|---|
| 1 min | 60 requests | 1 s | 5 requests |
Authorizations:
query Parameters
| date required | string Date, YYYY-MM-DD |
Responses
Response samples
- 200
- 400
- 401
- 402
- 429
{- "response": {
- "data": {
- "dtNextBox": "2024-02-01",
- "dtTillMax": "2024-03-31",
- "warehouseList": [
- {
- "boxDeliveryBase": "48",
- "boxDeliveryCoefExpr": "160",
- "boxDeliveryLiter": "11,2",
- "boxDeliveryMarketplaceBase": "40",
- "boxDeliveryMarketplaceCoefExpr": "125",
- "boxDeliveryMarketplaceLiter": "11",
- "boxStorageBase": "0,14",
- "boxStorageCoefExpr": "115",
- "boxStorageLiter": "0,07",
- "geoName": "Центральный федеральный округ",
- "warehouseName": "Коледино"
}
]
}
}
}Pallet Tariffs{{ /api/v1/tariffs/pallet }}
For items supplied to the WB warehouse on pallets, the method returns the cost:
- of delivery from warehouse to the buyer
- of delivery from the buyer to warehouse
- of storage on WB warehouse
| Period | Limit | Interval | Burst |
|---|---|---|---|
| 1 min | 60 requests | 1 s | 5 requests |
Authorizations:
query Parameters
| date required | string Date, YYYY-MM-DD |
Responses
Response samples
- 200
- 400
- 401
- 402
- 429
{- "response": {
- "data": {
- "dtNextPallet": "2024-02-01",
- "dtTillMax": "2024-03-31",
- "warehouseList": [
- {
- "palletDeliveryExpr": "170",
- "palletDeliveryValueBase": "51",
- "palletDeliveryValueLiter": "11,9",
- "palletStorageExpr": "155",
- "palletStorageValueExpr": "35.65",
- "warehouseName": "Коледино"
}
]
}
}
}Data on supply tariffs fixed coefficients
Supply Tariffs{{ /api/tariffs/v1/acceptance/coefficients }}
The method returns the supply tariffs for specific warehouses for the next 14 days.
coefficient — 0 or 1 and
allowUnload — true
| Period | Limit | Interval | Burst |
|---|---|---|---|
| 1 min | 6 requests | 10 s | 6 requests |
Authorizations:
query Parameters
| warehouseIDs | string Example: warehouseIDs=507,117501 Warehouse IDs. |
Responses
Response samples
- 200
- 400
- 401
- 429
[- {
- "date": "2024-04-11T00:00:00Z",
- "coefficient": -1,
- "warehouseID": 217081,
- "warehouseName": "Сц Брянск 2",
- "allowUnload": false,
- "boxTypeID": 6,
- "storageCoef": null,
- "deliveryCoef": null,
- "deliveryBaseLiter": null,
- "deliveryAdditionalLiter": null,
- "storageBaseLiter": null,
- "storageAdditionalLiter": null,
- "isSortingCenter": true
}
]Return Tariffs{{ /api/v1/tariffs/return }}
Returns tariffs:
- on transfer from Wildberries warehouse or sorting center to the seller
- on transfer of returned products that were not picked up by seller
| Period | Limit | Interval | Burst |
|---|---|---|---|
| 1 min | 60 requests | 1 s | 5 requests |
Authorizations:
query Parameters
| date required | string Date, YYYY-MM-DD |
Responses
Response samples
- 200
- 400
- 401
- 402
- 429
{- "response": {
- "data": {
- "dtNextDeliveryDumpKgt": "2024-02-01",
- "dtNextDeliveryDumpSrg": "2024-02-01",
- "dtNextDeliveryDumpSup": "2024-02-01",
- "warehouseList": [
- {
- "deliveryDumpKgtOfficeBase": "1 039",
- "deliveryDumpKgtOfficeLiter": "9,1",
- "deliveryDumpKgtReturnExpr": "1 050",
- "deliveryDumpSrgOfficeExpr": "170",
- "deliveryDumpSrgReturnExpr": "170",
- "deliveryDumpSupCourierBase": "229",
- "deliveryDumpSupCourierLiter": "9,1",
- "deliveryDumpSupOfficeBase": "129",
- "deliveryDumpSupOfficeLiter": "9,1",
- "deliveryDumpSupReturnExpr": "250",
- "warehouseName": "Электросталь"
}
]
}
}
}