Consignment Tracking

Note: Spartacus 4.x is no longer maintained. Please upgrade to the latest version.

Note: Spartacus 4.x was tested with SAP Commerce Cloud versions 1905 to 2205. Spartacus 4.x has not been verified to work with (and is not guaranteed to work with) SAP Commerce Cloud 2211 or later releases.

Note: This feature is introduced with version 1.2 of the Spartacus libraries.

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.

Note: You can use the consignmenttrackingmock extension to help with functional testing for consignment tracking. For more information, see consignmenttrackingmock Extension in the SAP Help Portal.

For more information in general about consignment tracking, see Consignment Tracking Architecture in the SAP Help Portal.

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 Configuring Feature Flags.

Configuring

No special configuration is required.

Extending

No special extensibility is available for this feature.