...
Fenix Branded Tracking page consists of the following sections:
Section 1: Delivery Status
Section 2: Important Updates
Section 3: Track Event History
Section 4: Order Line Items in the Package
Section 5: Digital Assets (2-Vertical images)
Section 6: Promotional Videos & Digital Assets (1-Horizontal image)
Section 7: Product Recommendations
Section 8: Multi-Shipment View
Section 9: Feedback Rating & Comments
Section 10: Delivery status updates subscription
Section 11: Headers & Footers
...
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.
...
Using RecommendedProducts API, Section 7 will be populated.
Fenix completely relies on Shopify Recommended Product API to get and display recommended products.
...
Using Delivery Status Subscription API, Section 10 will be populated.
Email Subscription
Resource Name | subscribeForEmail | |||||
Resource URL | api/v1/btp/{identifier-name}/trackevent-notification/email-subscription | |||||
Method | POST | |||||
Params (query/path) | PathVariable: Identifier-name | |||||
Headers | ||||||
Request Payload |
| |||||
Response Payload |
| |||||
Response Status | 200 - Success 400 – Failure 401 - Un-Authentication |
SMS Subscription
Resource Name | subscribeForSMS | |||||
Resource URL | api/v1/btp/{identifier-name}/trackevent-notification/sms-subscription | |||||
Method | POST | |||||
Params (query/path) | PathVariable: Identifier-name | |||||
Headers | ||||||
Request Payload |
| |||||
Response Payload |
| |||||
Response Status | 200 - Success 400 – Failure 401 - Un-Authentication |
...