Cancel an order
Orders
Cancel an order
Cancels an order and fires the cancelled webhook. If reason is omitted, the server stores the default "Order cancelled via API" and echoes it in the webhook payload.
POST
Cancel an order
Documentation Index
Fetch the complete documentation index at: https://docs.papp.sa/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Order UUID.
Body
application/json
Reason provided for the cancellation. Defaults to "Order cancelled via API" when omitted.
Maximum string length:
500Example:
"Customer requested cancellation."

