list_orders
Retrieve and filter orders from the ShipStation API using date ranges, order status, store ID, and sorting options for streamlined order management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
createDateEnd | No | Filter by creation date (end) | |
createDateStart | No | Filter by creation date (start) | |
modifyDateEnd | No | Filter by modification date (end) | |
modifyDateStart | No | Filter by modification date (start) | |
orderStatus | No | Filter by order status | |
page | No | Page number | |
pageSize | No | Number of orders per page (max 500) | |
sortBy | No | Sort orders by a specific field | |
sortDir | No | Sort direction | |
storeId | No | Filter by store ID |