Consignment Tracking
Customers can view consignment tracking information to know the real-time status of their packages.
On the order details page, if the consignment shows its status as Shipped, a Track Package button is viewable for this consignment. Click the Track Package button to get the tracking information for the selected consignment.
Requirements
The consignment tracking feature requires the consignmenttrackingoccaddon AddOn.
For more information in general about consignment tracking, see Consignment Tracking Architecture.
Enabling Consignment Tracking
Consignment tracking has a consignmentTracking feature flag that allows you to enable or disable the feature, as follows:
features: {
consignmentTracking: true
}
Consignment tracking is enabled automatically for feature level 1.2 and above.
For more information on feature flags and feature levels, see Feature Levels and Feature Flags.
Configuring
No special configuration is required.
Extending
No special extensibility is available for this feature.