Question

Can Zapier grab shipment updates via tracking numbers?

  • 15 September 2023
  • 1 reply
  • 171 views

Here is my dream scenario and not quite sure if it is available.

Our software populates a google sheet with order details.  One of these details would be a shipment tracking number.  I want to be able to check that tracking either periodically, or subscribe to a webhook to then update my google sheet with the shipment status.  At the very least a delivered date.

Does anyone know if this setup is possible?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @Darin Zenventory 

Good question.

This is an advanced approach using webhooks and Shippo.

Zap trigger: Webhook - Catch Hook

https://docs.goshippo.com/docs/tracking/webhooks/

  • track_updated : for tracking status updates. The POST request body will contain a JSON of the  Tracking object .
    If you are interested in the types of events returned within the track_updated field, please view more details here .
    • For API version 2017-03-29 and older, the body will contain the  Transaction object  if the label was created on Shippo.
    • Shipment statuses are polled by us from the carrier API every ~2 hours, if there are any status changes, we immediately POST updates to the webhook.