eBay Post-Order APIVersion 2.7.7
 

CreateCancelResponse

Base response type of the POST /post-order/v2/cancellation method.

Call that uses CreateCancelResponse:

Fields

cancelId ( string ) [0..?]
The unique eBay-assigned ID for the order cancellation request. This field is returned unless the order is not eligible for cancellation, or if an error is triggered with the POST /post-order/v2/cancellation request.
See the Field Index to learn which calls use cancelId.

orderEligibilityResult ( OrderEligibilityResult ) [0..?]
This container indicates whether or not the order is eligible to be cancelled. Cancellation eligibility for each line item in the order is returned in a separate itemEligibilityResult container.
See the Field Index to learn which calls use orderEligibilityResult.

warnings ( array of ErrorData ) [0..?]
This array is returned if the POST /post-order/v2/cancellation request triggers any errors or warnings.
See the Field Index to learn which calls use warnings.