v1
latestOpenAPI 3.1.02026-07-14577181.5 KBRetrieves order data. One GET request retrieves one order. The path parameter specifies the order to retrieve. The 200 response returns information persisted for the order from the POST and PUT requests.<br /><br />Optionally, use the query parameters to get a base64-encoded label in the response.
Path parameters
Order's ID assigned by the retailer; unique within all the retailer's orders manifested to Paack.
Can include special characters, excluding a comma, though for further use you need to encode them.
external_id equals tracking_id.
Defines the order to retrieve information for.
Query parameters
Defines the label to return in the response. Must be used along with the labelFormat query parameter.
Defines the label format. Must be used along with the include query parameter.
Response
Returns information persisted for the order specified in the path parameter. The label is returned if the request included the query parameters.