Get an order by orderId
The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.
The Id of the order
1"1ef87e47-266e-466f-ab06-a64994aefbb0"
Get an order by orderId
Object ID
Created at
Updated at
Order status
Created, Picked, Printed, Packaged, Shipped, Canceled, CancelationRequested, Declined "Created"
Whether this is a test order
false
Recipient information
List of items in the order
1Your external source ID. This is an optional field that can be used to map orders from your system to Roastify.
"your-order-123"
Optional return address. If not provided, uses the Roastify default distribution center address.
Optional shipping information. This is only required for API users with custom shipping integrations with Roastify. Carrier and Priority need to be camelCase or PascalCase.
{
"carrier": "USPS",
"priority": "GroundAdvantage"
}