eBay Post-Order APIVersion 2.7.7
 

BuyerCloseInquiryRequest

The base request type for the POST /post-order/v2/inquiry/{inquiryId}/close method, which is used to close an INR inquiry.

Call that uses BuyerCloseInquiryRequest:

Fields

closeReason ( BuyerCloseReasonEnum ) [0..?]
This field is used to state the reason why the buyer is closing the INR inquiry. One of the values defined in the BuyerCloseReasonEnum type definition (shown below) must be used.

This is an optional but recommended field to include in the request.
See the Field Index to learn which calls use closeReason.

comments ( Text ) [0..?]
This container is used if the buyer wants to add a note or explanation about why the INR inquiry is being closed.
See the Field Index to learn which calls use comments.