Cancel Order
Cancel Order contains the ID of order to cancel
The request is sent by Gelato Connect API to a {orderCancelUrl}
that is obtained from the Subscribe request
POST /{orderCancelUrl}
Request example
{
"version": "1.0",
"orderId": "d290f1ee",
"canceledPrintJobIdList": [
"1004",
"2004",
"3004"
],
"reason": "Reason of cancellation"
}
Request
OrderCancelRequest
Parameter | Type | Description |
---|---|---|
version (required) | string | Gelato Connect API version. Sample: 1.0 |
orderId (required) | string | Gelato submitted ID. Sample: d290f1ee |
canceledPrintJobIdList (required) | number[] | List of print job IDs to be canceled. Sample: 1004, 2004, 3004 |
reason (required) | string | Reason for cancellation. Sample: Reason of cancellation |