Documentation
>
>
Add Tracking Webhook

Order Management

Add Tracking Webhook

Use the https://app.ship.com/public/webhook endpoint to request a shipping rate

Request Parameters

Successful Response Example

1{
2    "success": true,
3    "result": {
4        "url": "string"
5    }
6 }

Error Response Example

1{
2    "success": false
3    "error": "string"
4}