eBay Post-Order APIVersion 2.7.7
 

InquirySummaryType

This type is used to provide a summary of information on each INR inquiry that is returned in the GET /post-order/v2/inquiry/search response.

Type that uses InquirySummaryType:

Call that uses InquirySummaryType:

Fields



buyer ( string ) [0..?]
The eBay user ID of the buyer involved in the INR inquiry.
See the Field Index to learn which calls use buyer.

claimAmount ( Amount ) [0..?]
This container displays the dollar value of the order line item associated with the INR inquiry, which is generally the amount of the refund that the buyer will receive if the buyer is looking for a refund, or if the seller voluntarily refunds the buyer.

Note: There's a possibility that this value can be inaccurate if the buyer passed in an inaccurate value into the claimQuantity field when the INR inquiry was created.
See the Field Index to learn which calls use claimAmount.

creationDate ( DateTime ) [0..?]
This timestamp indicates when the INR inquiry was created by the buyer.
See the Field Index to learn which calls use creationDate.

inquiryId ( integer ) [0..?]
The unique identifier of the INR inquiry.
See the Field Index to learn which calls use inquiryId.

inquiryStatusEnum ( string ) [0..?]
This enumeration value indicates the current status of the INR inquiry.

If the value is WAITING_SELLER_RESPONSE or WAITING_BUYER_RESPONSE, the seller or buyer, respectively, should make sure they respond no later than the date and time found in the respondByDate container.

The list of enumeration values that may be returned in this field are defined in the InquiryStatusEnum type definition.
See the Field Index to learn which calls use inquiryStatusEnum.

itemId ( integer ) [0..?]
The unique identifier of the eBay listing where the line item was purchased. This field is used in conjunction with the transactionId field to identify a line item that has not been received by the buyer.
See the Field Index to learn which calls use itemId.

lastModifiedDate ( DateTime ) [0..?]
This timestamp indicates when the last action was performed on the INR inquiry.
See the Field Index to learn which calls use lastModifiedDate.

respondByDate ( DateTime ) [0..?]
This timestamp indicates the deadline for when a buyer or a seller must perform the next action on the INR inquiry. This field will only be returned if there is a deadline associated with the next action.

This 'deadline' will apply to the seller if the inquiryStatusEnum value is WAITING_SELLER_RESPONSE, or will apply to the buyer if the inquiryStatusEnum value is WAITING_BUYER_RESPONSE.
See the Field Index to learn which calls use respondByDate.

seller ( string ) [0..?]
The eBay user ID of the seller involved in the INR inquiry.
See the Field Index to learn which calls use seller.

transactionId ( integer ) [0..?]
The unique identifier of the purchase transaction. This value is created right when the buyer is committed to buying the item, whether that buyer uses a 'Buy it Now' capability, is the winning bidder of an auction, or the buyer's Best Offer is accepted by the seller. This field is used in conjunction with the itemId field to identify a line item that has not been received by the buyer.
See the Field Index to learn which calls use transactionId.