WB Seller Legal Info
wb_sellerIdentify the legal entity behind a Wildberries seller by supplier ID. Get registered name, tax IDs (INN/KPP/OGRN), and legal address to distinguish official stores from resellers and detect shared entities.
Instructions
Look up the registered legal entity behind a WB seller.
Answers "who actually ships this?" — the question a marketplace listing is worst at. Returns the registered name, tax ids (INN/KPP/OGRN) and legal address, which is how you tell an official brand store from a reseller trading under a lookalike name, and how you spot several storefronts sharing one entity.
Chain from wb_card: its supplier_id field feeds straight into this tool.
Return Format
WbSellerResponse: {supplier_id, name, full_name, trademark, inn, kpp, ogrn, legal_address, taxpayer_code, foreign_codes, host_used, meta}. foreign_codes carries non-RU registration codes (unp/bin/unn) for EAEU sellers.
Error Format
On validation or transport/parse failure, raises ToolError with a JSON message describing the error code and whether it is retryable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| supplier_id | Yes | WB supplier id (positive integer). Get it from wb_card's supplier_id field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inn | No | ||
| kpp | No | ||
| meta | No | ||
| name | No | ||
| ogrn | No | ||
| full_name | No | ||
| host_used | No | ||
| trademark | No | ||
| supplier_id | No | ||
| foreign_codes | No | ||
| legal_address | No | ||
| taxpayer_code | No |