...
Resource Name | getTrackHistory | |||||
Resource URL | api/v1/{identifier-name}/track-status?tracking_number=123¬ification_id=undefined | |||||
Method | GET | |||||
Params (query/path) | PathVariable: Identifier-name RequestParam: tracking_number order_number notification_id | |||||
Headers | ||||||
Request Payload | ||||||
Response Payload |
| |||||
Response Status | 200 - Success 400 – Failure 401 - Un-Authentication |
Track Status API | |
important_updates | Message which retailer wants to display in the tracking page. |
edd_info | Contains information regarding
Note : Header name refers to whether the delivery date is the promised delivery date which is shown in checkout page or expected delivery date which is provided by the carrier after pickup or delivery date on package delivered to customer. { "delivery_date": "Friday, September 09 2022", "promised_date": "Monday, September 12 2022", "delivery_message": "Yay, it\"s early...", "expected_shipment_date": "Wednesday, September 07 2022", "split_delivery_date": { "day": "Friday", "month": "September", "date": "09", "year": "2022" }, "header_name": "Expected Delivery Date" } |
display_order_info | Refers to whether to display order details(refer to order_info field) on the page or not.
|
order_info | Contains Order related information such as { "number": "AAA", "placed_dtm": "2022-09-07T10:55:11-05:00", "formatted_dttm": "Wednesday, September 07 2022" } |
concise_infos | To move the progress bar to the latest status(event). |
shipment_activities | To display Shipment Track Event History. |
selected_shipment_activities | To build the complete progress bar section with stoppers. |
line_items | Contains all the product details which are part of order or shipments. We will display line items information in Section4. |
display_lineitems | Refers to whether to display line items on the page or not.
|
item_count | Refer to whether to display a multi shipment section or not. { "total_ordered": 3, "total_filled": 2, "current_packaged": 2 } total_filled : Items shipped by retailer. current_packaged : Items which exist in the current package. Note : Based on discrepancy between total ordered and current packaged count. |
display_recommended_products | Refers to whether to call Recommended products API or not.
|
RecommendedProducts API Details
...