Frends.Shopify.GetOrders / 1.0.0
Summary
Retrieves orders narrowed by creation window and by order and fulfilment status, returning paging information for working through a large result.
Typical use — the usual entry point for order-to-ERP flows, where the date window plus status is what defines a run's batch
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| CreatedAtMin | String |
– | "2025-01-01T00:00:00Z" |
Optional. Start date/time in ISO 8601 format. |
| CreatedAtMax | String |
– | "2025-12-31T23:59:59Z" |
Optional. End date/time in ISO 8601 format. |
| Status | String |
open |
open, closed, cancelled |
Optional. Filter orders by status. Default is open. |
| FulfillmentStatus | String |
– | shipped, partial, unshipped |
Optional. Filter by fulfillment status. |