Are real-time shipping updates available on customer account pages?

Hi,

We’re still using classic customer accounts for a client. On an order page, they’d like to pull in the real-time shipping updates
that are shown on Order status pages e.g. “Out for delivery”, “Delivered”.

Does anyone know if this is possible? Are there any Liquid objects or properties we can use?

Thanks

Hi - this won’t be possible using Liquid, this info isn’t accessible by any Liquid objects. You would need to use the Customer Account API which allows you to query order > fulfillments, which has a field for shipment_status. However, the store would need to be using new customer accounts.