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).
Note that the registered url is a POST route. Json body will be sent to this route and will contain orderNumber and status as request body.
Request
POST
/{{userDefinedBaseUrl}}
Request Body
Last updated