eBay Post-Order APIVersion 2.7.7
 

BuyerCloseCaseRequest

The base request type of the POST /post-order/v2/casemanagement/close method, which is used to close an INR or a Return case on behalf of the buyer.

Call that uses BuyerCloseCaseRequest:

Fields

closeReason ( BuyerCloseReasonEnum ) [0..?]
This field is used to provide a reason why the buyer is closing the case. One of the values in the BuyerCloseReasonEnum type (shown below) must be used. If the OTHER value is passed in, the buyer should use the comments container to provide some more details on why the case is being closed.
See the Field Index to learn which calls use closeReason.

comments ( Text ) [0..?]
This container can be used if the buyer wants to provide more details on why the case is being closed.
See the Field Index to learn which calls use comments.