You can only cancel the order if it's in Draft, New Order or In Production status.
Request samples
curl --location --request POST 'https://api.swiftpod.com/v1/orders//cancel'
Responses
application/json {
"status": true,
"message": "Order cancelled successfully"
}
Modified at 2024-07-19 09:38:55