Get a single order by ID
Returns full details for a single order belonging to the caller’s organization, including order items, current status, and shipping address.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Path Parameters
Response
The requested order
Order's ID
"123E4567-E89B-12D3-A456-426614174000"
Order's status
AWAITING_APPROVAL, ORDERED, PROCESSING, ORDERED_NOT_SHIPPED, SHIPPED, COMPLETED, PARTIALLY_SHIPPED, DECLINED, AWAITING_DELIVERY_SCHEDULING, DELIVERY_SCHEDULED, DELIVERED, NONE, APPROVED, AWAITING_FULFILLMENT, PENDING, RETURN_KIT_SENT, RETURN_KIT_DELIVERED, RETURN_KIT_SENT_BACK, RECEIVED_IN_WAREHOUSE, RETURNED, NOT_RETURNED, OUT_FOR_DELIVERY, DELIVERY_EXCEPTION, SUBMITTED, CANCELLED, CONFIRMED, NOT_COMPLETED, PARTIALLY_COMPLETED "COMPLETED"
All order item rows on the order, including lines in terminal states such as CANCELLED. Replacing products via PATCH cancels superseded rows rather than deleting them, so consumers should filter by each item's status when they care only about active lines.
Chronological history of status changes
Type of order based on lifecycle context
ONE_OFF, ONBOARDING, REPLACEMENT The ID of the Person
"d7d0d906-425f-402f-bde1-39031c67c40b"
The ID of the Office
"d7d0d906-425f-402f-bde1-39031c67c40b"
Order item's shipping address
Name of the person who submitted the order
"John S. (Firstbase)"
Name of the person who approved the order
"Jane Smith"
Date when the order was approved
"2026-02-26"
Office to which the order is delivered, when different from the assigned office
Person to whom the order is delivered, when different from the assigned person
UTC ISO-8601 timestamp when the order was created.
"2026-02-26T14:15:22.123Z"
UTC ISO-8601 timestamp when the order was last updated.
"2026-03-15T09:00:00.000Z"
Date by which the order is expected to be delivered (calendar date, no time component).
"2026-03-10"
Slug of the product package this order was created from, if any.
"engineering-onboarding"
The order's delivery location type (mirrors the FE Orders 'Delivery location' column, where PERSON is shown as 'Employee'). Derived from deliverToOffice / deliverToPerson: OFFICE when deliverToOffice is set, otherwise PERSON when deliverToPerson is set.
PERSON, OFFICE