...
Track Status API Components | |||
identifier-name | Unique Name For Retailer | ||
notification_id | We identify the notification from where the tracking page got triggered using notification_id. | ||
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.
| ||
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
| ||
concise_infos | Moves the progress bar to the latest status (event). Events that Fenix can track are:
Depending on the last tracked event, Fenix shows only 4 events in the progress bar. For more details refer here. | ||
shipment_activities | To display Shipment Track Event History. | ||
recent_shipment_info | Latest Track Event info which we will show in Latest update in Delivery Status section. | ||
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 Section 4. | ||
display_lineitems | Refers to whether to display order line items on the tracking page or not.
| ||
item_count | Refers to whether Single or MultiShipment package.
Note : If totalordered Count equals to currentPackaged then split_shipment flag will disable otherwise flag will be enable. | ||
split_shipment | Refers to whether to display a multi shipment section or not.
| ||
display_recommended_products | Refers to whether to call Recommended products API or not.
Note: If ‘false’ then product recommendations section will be hidden. | ||
page_by_ordernumber | Whether to trigger tracking page api by providing order_number.
| order_status_url||
subscribed_for_delivery_notifications | Refers to whether to display Subscription section or not.
|
...