get_orders
Retrieve and filter orders from CS-Cart using pagination, status, and custom time periods. Manage orders efficiently by specifying user IDs or predefined filters.
Instructions
Retrieve orders from the CS-Cart store
Input Schema
Name | Required | Description | Default |
---|---|---|---|
items_per_page | No | Number of items per page | |
page | No | Page number for pagination | |
period | No | Time period filter (A=All time, D=Today, W=This week, M=This month, Y=This year) | |
status | No | Order status filter (O=Open, P=Processed, C=Complete, F=Failed, D=Declined, B=Backordered, I=Incomplete) | |
time_from | No | Start date for custom period (YYYY-MM-DD) | |
time_to | No | End date for custom period (YYYY-MM-DD) | |
user_id | No | Filter by user ID |