cigchat_list_products
Retrieve a list of products from your cig.chat shop. Filter products by name, vendor, product type, and paginate results to manage your catalog efficiently.
Instructions
Get list of products [GET /shop/products] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Search for product name | |
| page | No | Page number, between 1 and 100 | |
| limit | No | Number of items in the response | |
| vendor_id | No | Search by vendor id | |
| product_type_id | No | Search by product type id |