Retrieve an existing order from the system, including all fulfillments. The orderId parameter can be either the external order ID you provided when creating the order, or the internal Redo order ID returned from the create order response.
Documentation Index
Fetch the complete documentation index at: https://developers.redo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store ID
"64e5a8a1af49a89df37e4ee7"
Order ID. Can be either the external order ID provided when creating the order, or the internal Redo order ID.
Success
Response for getting an order, including fulfillments.
Unique identifier for the order.
ISO 8601 date string for when the order was created.
List of line items in the order.
1List of fulfillments for this order.
Customer information.
Shipping information.
Total order price including tax and shipping.
x >= 0Subtotal price excluding tax and shipping.
x >= 0Total tax amount.
x >= 0Optional tags associated with the order.
Currency code from the ISO 4217 standard (e.g., USD, EUR, GBP).
Optional. Pin this order to a specific fulfillment location. Must be a location id (loc_...) returned by GET /inventory-levels โ either one of your own warehouses or a location at a linked 3PL fulfillment service. When provided, the fulfillment group's origin address is sourced from the location row. Omit to use your team's default origin address.
"loc_4d8e1a2b3c"