get_products
Fetch a list of products from a CS-Cart store with customizable filters like category, status, and search query. Supports pagination for efficient product retrieval.
Instructions
Retrieve a list of products from the CS-Cart store
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_id | No | Filter by category ID | |
items_per_page | No | Number of items per page | |
page | No | Page number for pagination | |
q | No | Search query for product name | |
status | No | Product status filter (A=Active, D=Disabled, H=Hidden) |