The Tracking Received webhook is designed for 3PL merchants who want real-time updates when ShipBob receives tracking details for ShipBob Logistics orders.
This guide outlines the steps to set up the order.shipment.tracking_received webhook.
To receive tracking updates, merchants must subscribe to the order.shipment.tracking_received webhook using the ShipBob Public Webhooks API.
Refer Shipbob Developer API for creating webhook subscription from here.
Request Payload:
https://sandbox-api.shipbob.com/2026-01/webhookOnce subscribed, your webhook handler will receive real-time tracking updates from ShipBob in the following payload format.
Webhook Payload Example:
To understand more about Shipbob webhooks and how do they work, please refer to our webhooks documentation.
Steps to Implement the Webhook Handler:
https://mywebsite.com/shipbob/handler).returns a 2XX response to ShipBob’s POST request.location_id: 33.Yes, you can view webhook logs in the ShipBob dashboard by going to Integrations > Webhooks. Then, click into your webhook and you will be able to see logs at the bottom of the page.
![]()