Megamarket Product Card
megamarket_cardFetch a Megamarket product card via ID or URL to get price, availability, rating, and product details in one response.
Instructions
Fetch one Megamarket product card.
Return Format
MegamarketCardResponse: {status, item_id, title, price_rub, old_price_rub, is_available, rating, rating_count, url, tier_used, meta}.
Error Format
ToolError: BadRequestError on unparseable input; NotFoundError on a missing goods id; TransportDownError on ServicePipe refusals; ParserDriftError on envelope drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id_or_url | Yes | Goods id or megamarket.ru product URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| _meta | No | ||
| title | No | ||
| rating | No | ||
| status | No | ||
| item_id | No | ||
| price_rub | No | ||
| tier_used | No | ||
| is_available | No | ||
| rating_count | No | ||
| old_price_rub | No |