Skip to main content

Webhooks

3PL exposes a few webhooks to perform various programmatic tasks. They are detailed below. To subscribe to a 3PL webhook, please contact Zquared and we will input your destination URLs into our system.

All webhooks send POST requests with a JSON body that contains details

Tracking#

This webhooks notifies a URL with order tracking numbers. Current notifications schedule: every 24 hours

POST BODY

[
{
"orderNumber": "ABC123",
"trackingNumber": "123XYZ987ABC",
"shippingService": "USPS"
},
{...}
]