Order Webhook Request
This endpoint is defined by the client, typically specified as a callback URL during webhook registration. It is invoked whenever an order changes its state (status).
Request
POST
/{{userDefinedBaseUrl}}
Request Body
Name
Type
Description
orderNumber*
String
Your order unique ID on fez
status*
String
The new status of your order
Last updated