...
Track Status API Components | |||
identifier-name | Unique Name For Retailer | ||
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 | To move the progress bar to the latest status(event). Events such as
At any give point of time, Fenix will show only 4events in the progress bar. | ||
shipment_activities | To display Shipment Track Event History. | ||
recent_shipment_info | |||
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 | Refer to whether to display a multi shipment section or not.
Note : Based on total ordered and current packaged count “See full Order” will be displayed if order has multiple shipments. | ||
display_recommended_products | Refers to whether to call Recommended products API or not.
Note: If ‘false’ then product recommendations section will be hidden. |
...
Using RecommendedProducts API, Section 7 will be populated.
Fenix completely relying relies on Shopify Recommended Product API to get and display recommended products.
...
Multi Shipment Status API Components | ||||||||||||||||||||||||||
place_dttm | This is the date when order was placed. | |||||||||||||||||||||||||
order_summary | Contains order related information such as
Note : If there is discrepancy between total_filled_item_quantity and total_item_quantity then Fenix will display remaining items as unshipped items. | |||||||||||||||||||||||||
shipment_summaries | Contains list of shipments. Each shipments contains information such as [ {
"year": "2022" },
},
{
}
]
Note : If line_items contains tracking_number then we can track the shipment from the current page, otherwise we will display No Tracking Details Found text. |
...