...
Section 1: Delivery Status
...
The Delivery Status section depends on TrackingStatus API Response.
This section consists of:
Progress Bar Menu
Progress Bar menu names come from the selected_shipment_activities list. Progress Bar menu names can be configured as per your needs. The bar moves by considering a concise info list.
Delivery Date (delivery_date field from edd_info object)
Delivery Status (latest event from concise info list)
Order Number and Placed on date ( from order_info)
Tracking Number (taking from tracking_number field)
Section 2: Important Updates
...
Important updates: Considering the important_updates field from TrackingStatus API Response.
It's easily configurable from the backend.
Section 3: Track Event History
...
Tracking page API response provides the track events.
We are considering events from the shipment_activities list.
Section 4: Order Line Items in the Package
...
Fenix will enable the boolean flag display_line_items from the backend configuration if you want to display the order line items on the tracking page
We are considering line items from line_items list from the TrackingStatus API Response.
Section 5: Digital Assets (2-Vertical images)
...
Fenix UI team will integrate the Digital Assets (2-Vertical images) that you provide. It's a static configuration.
Section 6: Promotional Video & Digital Assets (1-Horizontal image)
...
Fenix UI team will integrate the Promotional video (Youtube) & Digital Asset (1-Horizontal image) that you provide. It's a static configuration.
Section 7: Product Recommendations
...
RecommendedProducts API response provides the recommended product information.
Fenix team uses Shopify Algorithm to display recommended products.
Fenix team will enable the boolean flag display_recommended_products from the backend configuration if you want to showcase the recommended products on the tracking page.
Note: If you have your own Algorithm or Recommendation engine to retrieve recommended products, you can utilize it to show recommended products.
Section 8: Multi-Shipment View
...
Fenix provides flexibility to track different shipments of the same order through the multi-shipments view.
MultiShipment View API Response API provides multi-shipments information.
See Full Order link is enabled only if the order contains multiple shipments.
Section 9: Feedback Rating & Comments
...
We are capturing Feedback Ratings and Comments provided by shoppers through Feedback API.
We will store this information in the Fenix data warehouse.
Section 10: Delivery Status updates subscription
...
To get the subscriptions from the shoppers either via email id or phone number to get automatic notifications on different shipment status from fenix.
Currently, Fenix supports two channels for sending delivery status notifications to subscribers:
Email
SMS
Section 11: Headers & Footers
...
Fenix UI team will integrate the Headers & Footers that you provide.
Track Status API Details:
...
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 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 | Refer to whether to display a multi shipment section or notRefers 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.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.
|
RecommendedProducts API Details
...
Resource Name | getTrackHistory | |||||
Resource URL | api/v2/{identifier-name}/track-status?order_number=AAA&place_dttm=2022-07-19T14:16:04-05:00 | |||||
Method | GET | |||||
Params (query/path) | PathVariable: Identifier-name RequestParam: place_dttm order_number | |||||
Headers | ||||||
Request Payload | ||||||
Response Payload |
| |||||
Response Status | 200 - Success 400 – Failure 401 - Un-Authentication |
...