latestOpenAPI 3.1.02026-08-1828105315.1 KB
cc009fec5cdd
Orders
v2-getOrderTracking - Retrieve tracking information
<div class="extension-title">Description</div>This API is deprecated. Please use the new v2-getActionStatus API for retrieving the status of action request and potential errors.
<div class="api-description-extension"> <div class="extension-title">Call Frequency</div> <div class="recommended-call-frequency">Recommended usage: Uses the new `v2-getActionStatus` API</div> <div class="max-call-frequency">Maximum usage: Uses the new `v2-getActionStatus` API</div> </div>get/v2/orders/tracking/{tracking_id}
Path parameters
tracking_idstring required
Order Tracking identifier in Mirakl Connect
Response
Order tracking information
Example response
{
"created_at": "2021-07-06T09:24:36.32Z",
"errors": [
{
"code": "ORDER_IN_WRONG_STATE",
"message": "The order was not in the expected status."
}
],
"id": "1ba5fc4b-c4fd-4251-880b-3052e301bbd4",
"status": "PENDING",
"updated_at": "2021-07-06T09:24:36.32Z"
}