PUT
/
v1
/
orders
/
{id}

Update an order by ID


You cannot update orders that have been fulfilled

Headers

API-Key
string
required

Your organization’s private API key.

URL Params

id
string
required

The ID of the Order.

JSON Request Body

displayName
string

This is the order’s display name as it will appear in the programmer.

tagMetadata
string

This is a JSON object that defines additional information that will be tied to the tag that’s programmed for the order.

shippingLabelImgUrl
string

This is an optional field where you can add your customer’s shipping label. This will allow you to print the shipping label directly from the programmer.