Logo
Logo
⌘K

Webhook Topics

Webhook events and payloads

OrderStatusChange

object

Triggered when the status of an order changes.
Show child attributes

orderId

string

Unique identifier of the order.

shipments

array of objects

Shipment information of the order. Only provided if order status is Shipped.
Show child attributes

shippingProvider

string

Shipstation code of the shipping provider.

trackingNumber

string

Tracking number of the shipment.

trackingUrl

nullable string

Tracking URL of the shipment.

status

enum

New status of the order.
Possible enum values
PendingFulfillmentAction
AwaitingPayment
Received
Paid
WarehouseProcessing
Shipped
Canceled
Show more values

ProductSetUpdated

object

Triggerred when a product set is updated.
Show child attributes

productSetId

string

Unique identifier of the product set.

UploadStatusChange

object

Triggered when an upload fails or succeeds to upload.
Show child attributes

imageId

string

Unique identifier of the upload.

status

enum

New status of the upload.
Possible enum values
Pending
The image is currently uploading.
Success
The image was successfully uploaded.
Fail
The image failed to upload.