eBay Post-Order APIVersion 2.7.7
 

InquiryDetails

Type used by the inquiryDetails container of the GET /post-order/v2/inquiry/{inquiryId} response. The inquiryDetails container provides details about a specific INR inquiry that is identified through a path parameter in the request.

Type that uses InquiryDetails:

Call that uses InquiryDetails:

Fields



appealDetails ( AppealDetails ) [0..?]
This container consists of information related to the appeal of a case decision. This container is only returned for an INR inquiry that was escalated into a case and the case decision was appealed by the buyer or seller.
See the Field Index to learn which calls use appealDetails.

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

escalationDate ( DateTime ) [0..?]
The timestamp in this container indicates when the INR inquiry was escalated to a case. This container is not returned if the inquiry was not escalated.
See the Field Index to learn which calls use escalationDate.

expirationDate ( DateTime ) [0..?]
The timestamp in this container indicates when the INR inquiry will naturally expire if no further action is taken.
See the Field Index to learn which calls use expirationDate.

lastBuyerRespDate ( DateTime ) [0..?]
The timestamp in this container indicates when the buyer last responded to, or performed an action on the INR inquiry.
See the Field Index to learn which calls use lastBuyerRespDate.

refundAmounts ( RefundAmounts ) [0..?]
This container consists of details related to the expected and actual buyer refund amounts related to an INR inquiry or case. This container is only returned if a refund is scheduled to, or has been issued to the buyer.
See the Field Index to learn which calls use refundAmounts.

refundChargeAmount ( Amount ) [0..?]
This container shows the total amount charged to the seller for this buyer refund. The value will be in the seller's default currency. This container is only applicable and is only returned if a refund has been issued to the buyer.
See the Field Index to learn which calls use refundChargeAmount.

refundDeadlineDate ( DateTime ) [0..?]
The timestamp in this container indicates when the seller is required to issue a refund for the INR inquiry. This container is only returned if the buyer is seeking a full refund and no longer wants the missing item.
See the Field Index to learn which calls use refundDeadlineDate.

totalAmount ( Amount ) [0..?]
This container shows the total cost of the order, including the item price and shipping fees. This will generally be the amount that the buyer will expect to receive if the buyer is seeking a full refund for the missing item.
See the Field Index to learn which calls use totalAmount.