Authorizations
The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.
Path Parameters
The Id of the order
Minimum length:
1
Example:
"1ef87e47-266e-466f-ab06-a64994aefbb0"
Body
application/json
Recipient information
List of items in the order
Minimum length:
1
Your external source ID. This is an optional field that can be used to map orders from your system to Roastify.
Example:
"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
.
Example:
{
"carrier": "USPS",
"priority": "GroundAdvantage"
}
Response
Order updated successfully