Summary
VTEX offers automatic tracking integration of orders. Not only does the order have to be added to the Shipping Policies and associated with a carrier that provides the tracking functionality, but the orders must be linked to their respective tracking method.
The automatic tracking update by carriers is not working on VTEX stores. Therefore, even if the carriers and orders are correctly configured, automatic updates on the delivery status are not being done, nor are the emails with the updated status sent to the customers.
Simulation
As described in the article Which carriers allow delivery tracking?, for each carrier there is a method to implement automatic order tracking integration - automatically tracks the delivery status every six hours for up to 12 and a half days, and sends an email in case of changes.
The customer could usually see the delivery status update when accessing the order information and receive the emails when there is a change in the delivery status. Now, when an order is placed based on the automatic tracking settings, customers cannot see the delivery status update nor receive the emails as expected.
Workaround
You can actively update the tracking data using the Orders API endpoint Update Order Tracking Status.
It is also possible to include the variable trackingURL
in some Message Center templates, such as Order invoiced and Order shipped, and the customer will be able to track it through the link.