{
"event": "transaction_created",
"test": true,
"data": "<string>"
}{
"event": "transaction_created",
"test": true,
"data": "<string>"
}API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Batch created or purchased
Content of the webhook posted to the external URL
Type of event that triggered the webhook.
transaction_created, transaction_updated, track_updated, batch_created, batch_purchased, all Determines whether the webhook is a test webhook or not.
A string containing the batch object ID, of the form 'batch {batchId} (created|processing complete)'.
The data was successfully received
Was this page helpful?