eBay Post-Order APIVersion 2.7.7
 

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

shipmentDate ( DateTime ) [0..?]
The date and time that a package in the order was shipped by the seller.

Although not a required container, the shipment date should be provided if the seller has indeed shipped the order.
See the Field Index to learn which calls use shipmentDate.

trackingNumber ( string ) [0..?]
The shipment tracking number for the package that is en route to the buyer. Although not a required field, the tracking number should be provided if the seller has indeed shipped the order and the tracking number is readily available.
See the Field Index to learn which calls use trackingNumber.