Webhook Types
See a list of the available webhook types and their format
A list of the available webhook types and their format:
Orders
Order Created
Create / Update Parameter: {"order": {"created": true}}
Example Webhook
Order Shipped
Create / Update Parameter: {"order": {"shipped": true}}
Example Webhook
Billing
Invoice Created
Note: The invoice created webhook is currently only available for service providers
Create / Update Parameter: {"invoice": {"created": true}}
Example Webhook
Tracking
Tracking Updated
Tracking will be updated for tracking numbers related to orders and inbound shipments.
Create / Update Parameter: {"transportation_tracking": {"data_updated": true}}
