RejectCancelRequest
The base request type of the POST /post-order/v2/cancellation/cancel_Id/reject method. This method is used if the seller is rejecting the buyer's request to cancel an order. The unique identifier of the cancellation request is passed in as a path parameter, and the shipmentDate and/or trackingNumber fields are only necessary if the seller has already shipped the order. If the seller has already shipped an order, the cancellation of the order is no longer possible. Instead, the buyer will have to initiate a return request if they still wish to return the item for a refund.
Important! The shipmentDate and trackingNumber fields are optional in the request payload. If you do not provide either field in the request, you must submit a payload that consists of opening and closing braces: { }
. or the request will fail.
Call that uses RejectCancelRequest:
Fields
Although not a required container, the shipment date should be provided if the seller has indeed shipped the order.