eBay Post-Order APIVersion 2.8.0
 

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. This field is returned if the order is not eligible to be cancelled.

Note: If this container is not returned, none of its child fields are returned, including those marked with an occurence of Always, such as eligible, itemEligibilityResult (including its child fields itemEligibilityResult.eligible, itemEligibilityResult.itemId, and itemEligibilityResult.transactionId), or legacyOrderId.

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.