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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from ShipStation API MCP Server
- add_tag_to_order
- create_fulfillment_order
- create_label
- create_order
- create_product
- create_warehouse
- deactivate_store
- delete_order
- delete_product
- delete_warehouse
- get_customer
- get_order
- get_product
- get_shipment
- get_store
- get_warehouse
- hold_order_until
- list_carrier_packages
- list_carriers
- list_carrier_services
- list_customers
- list_fulfillments
- list_marketplaces
- list_orders
- list_products
- list_shipments
- list_stores
- list_warehouses
- list_webhooks
- mark_order_as_shipped
- reactivate_store
- refresh_store
- remove_tag_from_order
- restore_order_from_hold
- subscribe_to_webhook
- unsubscribe_from_webhook
- update_product
- update_warehouse
- void_label
Related Tools
- @mattcoatsworth/shipstation-mcp-server
- @mattcoatsworth/shipstation-mcp-server
- @mattcoatsworth/shipstation-mcp-server
- @mattcoatsworth/Shiphero-mcp-server
- @mattcoatsworth/shipbob-mcp-server