Search

Tariffs (tariffs)

Management of tariff plans, calculation of delivery and return costs, and obtaining current tariffs.

Tariffs

Management of tariff plans, calculation of delivery and return costs, and obtaining current tariffs.

Commission

You can get Commissions with a token of any category

Product Category Commission{{ /api/v1/tariffs/commission }}

Описание метода

WB commission by parent categories of products according to sales model.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 1 request 1 minute 2 requests
Authorizations:
HeaderApiKey
query Parameters
locale
string
Example: locale=ru

Language of the parentName and subjectName response fields:

  • ru — Russian
  • en — English
  • zh — Chinese

Responses

Response samples

Content type
application/json
Example

Commission

{
  • "report": [
    ]
}

Stock Tariffs

You can get Stock Tariffs with a token of any category

Data on current and archived tariffs for:

The methods return tariff coefficients that are not fixed to a specific supply

Box Tariffs{{ /api/v1/tariffs/box }}

Описание метода

Returns the inventory rates:

  • delivery from Wildberries warehouse or sorting center to the buyer
  • delivery from the buyer to the sorting center
  • storage on Wildberries warehouse

For products that you supply in boxes.

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 60 requests 1 second 5 requests
Authorizations:
HeaderApiKey
query Parameters
date
required
string

Date, YYYY-MM-DD

Responses

Response samples

Content type
application/json
{
  • "response": {
    }
}

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

Request limit per one seller's account:
Period Limit Interval Burst
1 minute 60 requests 1 second 5 requests
Authorizations:
HeaderApiKey
query Parameters
date
required
string

Date, YYYY-MM-DD

Responses

Response samples

Content type
application/json
{
  • "response": {
    }
}

Supply Tariffs

You can get Supply Tariffs with a token of any category

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.

Acceptance for delivery is only available with the following combination of field's values:
coefficient0 or 1
and allowUnloadtrue
Request limit per one seller's account:
Period Limit Interval Burst
1 minute 6 requests 10 seconds 6 requests
Authorizations:
HeaderApiKey
query Parameters
warehouseIDs
string
Example: warehouseIDs=507,117501

Warehouse IDs.
By default, data for all warehouses is returned

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Return Cost to Seller

You can get Returned Cost to Seller a token of any category

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
Request limit per one seller's account:
Period Limit Interval Burst
1 minute 60 requests 1 second 5 requests
Authorizations:
HeaderApiKey
query Parameters
date
required
string

Date, YYYY-MM-DD

Responses

Response samples

Content type
application/json
{
  • "response": {
    }
}