Pricing Plans (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.
Commissions can be obtained with any token that doesn't have the Test Scope option selected.
Product category commission{{ /api/v1/tariffs/commission }}
Описание метода
WB commission by parent categories of products according to sales model.
Maximum of 1 request per minute per one seller's account
Authorizations:
HeaderApiKey
query Parameters
locale | string Example: locale=ru Language of the
|
Responses
Response samples
- 200
- 401
- 429
Content type
application/json
Example
Commission
{- "report": [
- {
- "kgvpMarketplace": 15.5,
- "kgvpSupplier": 12.5,
- "kgvpSupplierExpress": 10.5,
- "paidStorageKgvp": 15.5,
- "parentID": 657,
- "parentName": "Бытовая техника",
- "subjectID": 6461,
- "subjectName": "Оборудование зуботехническое"
}
]
}
Warehouse Coefficients can be obtained with any token that doesn't have the Test Scope option selected.
Data on current and archived rates are being provided
Box tariffs{{ /api/v1/tariffs/box }}
Описание метода
Returns the cost:
- of delivery from Wildberries warehouse or sorting center to the buyer
- of delivery from the buyer to the sorting center
- of storage on Wildberries warehouse
For products that you supply in boxes.
Maximum of 60 requests per minute per one seller's account
Authorizations:
HeaderApiKey
query Parameters
date required | string Date, YYYY-MM-DD |
Responses
Response samples
- 200
- 401
- 429
Content type
application/json
{- "response": {
- "data": {
- "dtNextBox": "2024-02-01",
- "dtTillMax": "2024-03-31",
- "warehouseList": [
- {
- "boxDeliveryAndStorageExpr": "160",
- "boxDeliveryBase": "48",
- "boxDeliveryLiter": "11,2",
- "boxStorageBase": "0,1",
- "boxStorageLiter": "0,1",
- "warehouseName": "string"
}
]
}
}
}
Pallet tariffs{{ /api/v1/tariffs/pallet }}
Описание метода
Returns the cost:
- of delivery from Wildberries warehouse to the buyer
- of delivery from the buyer to Wildberries warehouse
- of storage on Wildberries warehouse
For products that you supply on pallets
Maximum of 60 requests per minute per one seller's account
Authorizations:
HeaderApiKey
query Parameters
date required | string Date, YYYY-MM-DD |
Responses
Response samples
- 200
- 401
- 429
Content type
application/json
{- "response": {
- "data": {
- "dtNextPallet": "2024-02-01",
- "dtTillMax": "2024-03-31",
- "warehouseList": [
- {
- "palletDeliveryExpr": "170",
- "palletDeliveryValueBase": "51",
- "palletDeliveryValueLiter": "11,9",
- "palletStorageExpr": "155",
- "palletStorageValueExpr": "35.65",
- "warehouseName": "Коледино"
}
]
}
}
}
Returned Cost to Seller can be obtained with any token that doesn't have the Test Scope option selected.
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
Maximum of 60 requests per minute per one seller's account
Authorizations:
HeaderApiKey
query Parameters
date required | string Date, YYYY-MM-DD |
Responses
Response samples
- 200
- 401
- 429
Content type
application/json
{- "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": "Электросталь"
}
]
}
}
}