Seller API Test Environment
Use the test scope of the Promotion service to set up the integration.
For authorization you need to use the token with the Test scope type.
To access the test scope, use https://advert-api-sandbox.wildberries.ru
instead of https://advert-api.wildberries.ru
.
The data in the test scope is randomly generated and does not belong to real sellers.
The using of the test scope does not carry the risk of unintentional disclosure of information.
Use the test scope of the Promotion service to set up the integration.
For authorization you need to use the token with the Test scope type.
To access the test scope, use https://advert-api-sandbox.wildberries.ru
instead of https://advert-api.wildberries.ru
.
The data in the test scope is randomly generated and does not belong to real sellers.
The using of the test scope does not carry the risk of unintentional disclosure of information.
Campaigns will be deleted 30 days after the last modifications.
Deleted campaigns (-1
status) will be removed after 3 minutes.
A maximum of 50 campaigns can be created.
The maximum number of requests is the same as in the main API.
Statistics are generated only for campaigns of type 8
— automatic campaign and 9
— Auction.
To generate statistics:
- the campaign must be in status
9
— on display - type
8
campaign must have a positive bid - type
9
campaign must have a positive bid in the catalog - the campaign budget must be positive
Ypu can create product cards in the content sandbox and use created nomenclatures in the promotion sandbox.
Top-up test balance{{ /adv/v1/test/update/balance }}
Updates test balance, account and bonuses
Authorizations:
Request Body schema: application/json
balance | integer Account top-up amount, ₽ |
net | integer Balance top-up amount, ₽ |
bonus | integer Bonuses top-up amount, ₽ |
Responses
Request samples
- Payload
{- "balance": 1000,
- "net": 1000,
- "bonus": 1000
}
Response samples
- 200
- 400
- 500
{- "balance": 9100,
- "net": 8000,
- "bonus": 10000
}