Logo
Logo
⌘K

Save Webhook

Create or update a webhook.
Parameters

filters

object

Filters to narrow conditions for when to send the webhook. The filter options are dependent on the topic field.
Possible values
OrderStatusChange
Filters when topic is OrderStatusChange.
Show object attributes

statuses

array of enums

Required

Order status changes to subscribe to.
Possible enum values
PendingFulfillmentAction
The order requires user action before it can be sent to production.
AwaitingPayment
The order has been received by Artelo but is not yet paid for in the connected integration.
Received
The order is received and is waiting to be sent to production. This period is to allow for cancellations to take place before production begins.
Paid
The order has been paid for but has not yet been sent to production.
WarehouseProcessing
The production facility is currently processing the order.
Shipped
The order has been shipped.
Canceled
The order was canceled.
Show more values
UploadStatusChange
Filters when topic is UploadStatusChange.
Show object attributes

statuses

array of enums

Required

Upload status changes to subscribe to.
Possible enum values
Success
The image was successfully uploaded.
Fail
The image failed to upload.
ProductSetUpdated
Filters when topic is ProductSetUpdated.
Show object attributes

productSetIds

array of strings

Unique identifiers of product sets to subscribe to changes for. If not included, the webhook will subscribe to changes for all product sets.

id

number

Unique identifier of the webhook to update. Only include when updating a webhook.

topic

enum

Required

Topic to subscribe the webhook to.
Possible enum values
OrderStatusChange
Triggered when the status of an order changes.
UploadStatusChange
Triggered when an upload fails or succeeds to upload.
ProductSetUpdated
Triggerred when a product set is updated.

url

string

Required

URL to send POST requests to for the webhook.
Returns

The newly created or updated Webhook object.

POST

/webhooks/save

Response