WB Product Cards
wb_cardFetch product card data from Wildberries v4 API for up to 100 SKUs, returning prices, brand, supplier ratings, reviews, and stock levels.
Instructions
Fetch product card data from WB v4 API.
Returns prices in rubles, brand, supplier, supplier_rating, review_rating, feedbacks count, total_quantity for up to 100 SKUs.
Return Format
WbCardResponse: {dest, count, items, meta}. Items carry nm_id, name, brand, supplier, supplier_id, supplier_rating, review_rating, feedbacks, total_quantity, in_stock, price_rub, price_original_rub. price_rub is None when the SKU has no sellable price — never 0. Unknown SKUs are NOT an error — they simply do not appear in items.
Error Format
ToolError: BadRequestError on malformed nm_ids; RateLimitedError on HTTP 429; TransportDownError on network failures, non-200 responses, Cloudflare HTML pages and unexpected internal errors; ParserDriftError on a non-JSON or mis-shaped body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | No | Region ID. Default -1257786 (Moscow). Required for valid prices/stocks. Other examples: -1257786 Moscow, -1029256 Saint Petersburg. | -1257786 |
| nm_ids | Yes | 1..100 nmId integers (positive). Batch product cards from WB v4 API. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | No | ||
| meta | No | ||
| count | No | ||
| items | No |