List all orders
Returns a list of all order objects.
Documentation Index
Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Headers
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
Query Parameters
The page number you want to select
The number of results to return per page (max 100)
x <= 100Filter orders by order status
Current state of the order. See the orders tutorial for the logic of how the status is handled.
UNKNOWN, AWAITPAY, PAID, REFUNDED, CANCELLED, PARTIALLY_FULFILLED, SHIPPED Filter orders by shop app Platform the order was created on and, if applicable, imported from. Orders created via the Shippo API or dashboard will have the value "Shippo".
Amazon, Bigcommerce, CSV_Import, eBay, ePages, Etsy, Godaddy, Magento, Shippo, Shopify, Spreecommerce, StripeRelay, Walmart, Weebly, WooCommerce "Shippo"
Filter orders created after the input date and time (ISO 8601 UTC format). This is based on the
placed_at field, meaning when the order has been placed, not when the order object was created.
Filter orders created before the input date and time (ISO 8601 UTC format). This is based on the
placed_at field, meaning when the order has been placed, not when the order object was created.