Working with Webhooks
Order Status Growth Plan Required
Order Status can notify your application when something is changed through webhooks. A webhook consists of a payload URL to be called, which must be HTTPS, and a list of types that will trigger calls.
We will attempt to call the payload URL up to 5 times before deactivating the webhook. We will only consider a HTTP status code in the 2xx range to be a successful response. We will not follow a 3xx redirect.
A webhook can be subscribed to updates from the types detailed below.
- Order :: Status Updated
Whenever an event is created for any of the types that webhook was created to match, Order Status will call your payload URL.
Order/Status-Updated Sample Payload
Create new Webhook
- Go to Integrations page
- Scroll down to Webhooks section
- Select desired Event
- Enter URL to send payload
- Press Add
Delete Webhook
- Go to Integrations page
- Scroll down to Webhooks section
- Select trashcan icon next to webhook
- Press Yes in confirmation dialog
