product_list
Retrieve products from your organization's catalogue. Control pagination and sorting with page, per_page, and sort_by parameters.
Instructions
List products from the authenticated organization's catalogue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| sort_by | No | Sort order in the form "field:direction" (e.g. "created_at:desc", "title:asc") | |
| per_page | No | Items per page (max 100) |