CancelOrderInput
Version 2024-04-01
Overview
Specifies the input fields required to cancel an Order, 'cancelOrder' mutation.
Note: Currently only supports entire order cancellation.
Arguments
Argument | Description |
---|---|
additionalComments (String) | Additional comments/notes to be associated with this cancellation request. |
aliases ([AliasInput]) | A list of aliases that we want to associate with this Order Cancellation. This could include unique identifier of the order cancellation in merchant's store or cancellation display Id in the order of the merchant store. The total number of aliases associated with an cancellation are limited to 5. The size should be greater than or equal to 0 and less than or equal to 5. |
orderIdentifier (OrderIdentifierInputV2 required) | Identifier for the order to be cancelled through this request. This could be Buy with Prime Order Id or any associated aliases. |
reason (CancellationReasonInput) | Denotes reason for issuing cancellation. |
Updated 23 days ago