List Products
meta_list_productsRetrieve product listings from a Meta catalog with filtering and pagination to manage inventory and availability.
Instructions
Lists products in a product catalog.
Args:
catalog_id (string): The catalog ID
limit (number): Max results (1–100, default 25)
after (string, optional): Pagination cursor
filter (object, optional): Filter criteria (e.g., { availability: "in stock" })
Returns product IDs, names, prices, availability, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | Product catalog ID | |
| limit | No | Max results (default 25) | |
| after | No | Pagination cursor from previous response | |
| filter | No | Filter criteria (e.g., { availability: "in stock" }) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |