WB Seller Legal Info
wb_sellerLook up the registered legal entity behind a Wildberries seller by supplier ID. Returns name, tax IDs, and legal address to distinguish brand stores from resellers and spot 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.
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 | Russian taxpayer id (INN). | |
| kpp | No | Tax registration reason code (KPP), RU legal entities only. | |
| meta | No | Validation metadata. | |
| name | No | Short trading name of the seller. | |
| ogrn | No | State registration number (OGRN/OGRNIP). | |
| full_name | No | Full registered legal-entity name. | |
| host_used | No | Static CDN host that served the record. | |
| trademark | No | Registered trademark, when the seller declares one. | |
| supplier_id | No | WB supplier id (as passed in). | |
| foreign_codes | No | Non-RU registration codes when present (unp=BY, bin=KZ, unn=other EAEU). | |
| legal_address | No | Registered legal address. | |
| taxpayer_code | No | Taxpayer code — INN for RU, national code for EAEU sellers. |