List Orders
GET//:domain/api/shopify/:integrationInstance/orders
List Shopify orders for an integration instance with advanced filtering, sorting, and pagination.
Authentication: Requires Bearer token.
Default: returns non-archived orders sorted by -id.
Sort fields: id, name, email, total_price, created_at, shopify_created_at, shopify_updated_at, shopify_processed_at, financial_status, fulfillment_status, legacy_resource_id, currency, shopify_cancelled_at, billing_name, shipping_name, payment_gateway, sales_order, shipping_method
Filter system uses both simple (filter[field]) and AdvancedFilterBuilder operators (filter[field.op]).
Request
Responses
- 200
OK
Response Headers
Content-Type