ym_get_offers
List a seller's offers and their Market card mapping, with optional offer ID filters and paging for large catalogs.
Instructions
List the seller's offers (товары) with their Market card mapping (POST /v2/businesses/{businessId}/offer-mappings).
Args: business_id: cabinet id (campaigns[].business.id). offer_ids: comma-separated offerId (SKU) filter; empty = all. page_token: pageToken from a previous page. limit: page size (<=200). Returns JSON: {"ok": true, "data": {"result": {"offerMappings": [...], "paging": {...}}}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offer_ids | No | ||
| page_token | No | ||
| business_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |