Webhooks
Order Status Webhook
when an order status changes, we will send a webhook to the requested url with the timestamp and signature specified in the headers the body will contain the store id, the order id, and the updated status of the order see the parent webhooks section to authenticate the ` signature ` post / http/1 1 accept application/json, application/cbor, application/ +json content type application/json x fp signature {signature} x fp timestamp {epoch tiemstamp} accept encoding gzip { "storeid" {storeid}, "orderid" {orderid}, "updatedstatus" {orderstatus}, "posorderid" {external ref/statement id} }