eBay Post-Order APIVersion 2.7.7
 

InquiryDetailsResponse

The base response type for the GET /post-order/v2/inquiry/{inquiryId} method. This type provides full details on an INR inquiry.

Call that uses InquiryDetailsResponse:

Fields



claimAmount ( Amount ) [0..?]
This container displays the dollar value of the order line item associated with the 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 inquiry was created.
See the Field Index to learn which calls use claimAmount.

creationReason ( string ) [0..?]
The enumeration value in this field indicates why the buyer created an INR inquiry for the line item.

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

extTransactionId ( string ) [0..?]
This string value is the unique identifier of the payment transaction for the order. This field will only be returned if the payment transaction happened outside of eBay's system.
See the Field Index to learn which calls use extTransactionId.

initiator ( UserPartyEnum ) [0..?]
The party who created this inquiry. In most cases, this value will be BUYER.
See the Field Index to learn which calls use initiator.

inquiryClosureDate ( DateTime ) [0..?]
The timestamp in this container indicates when the inquiry was closed.

This container will only be returned if the INR inquiry has been closed.
See the Field Index to learn which calls use inquiryClosureDate.

inquiryContentOnHold ( boolean ) [0..?]
This field indicates the item content related to the inquiry is hidden (the respective content is not returned). This field is returned as 'true' if the corresponding inquiry content is on hold due to eBay policy violation; false otherwise.
See the Field Index to learn which calls use inquiryContentOnHold.

inquiryDetails ( InquiryDetails ) [0..?]
This container provides details on the specified INR inquiry.
See the Field Index to learn which calls use inquiryDetails.

inquiryHistoryDetails ( ClaimHistoryResponse ) [0..?]
This container consists of information about the events and actions that have occurred throughout the course of the specified INR inquiry.
See the Field Index to learn which calls use inquiryHistoryDetails.

inquiryId ( string ) [0..?]
The unique identifier of the INR inquiry for which details have been retrieved. All information returned in the response is relevant to this specific INR inquiry.
See the Field Index to learn which calls use inquiryId.

inquiryQuantity ( integer ) [0..?]
This integer is the quantity of the line item purchased by the buyer. This value is the same value passed into the claimQuantity field when the INR inquiry was created. If the claimQuantity field was omitted when the INR inquiry was created, this value defaults to 1.
See the Field Index to learn which calls use inquiryQuantity.

itemDetails ( ItemDetails ) [0..?]
This container consists of details related to the item associated with the INR inquiry, including the item title, price, and the URL of the gallery picture.
See the Field Index to learn which calls use itemDetails.

itemId ( string ) [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 is associated with the INR inquiry.
See the Field Index to learn which calls use itemId.

returnDetails ( ReturnAddress ) [0..?]
This container consists of information related to a buyer returning an order to the seller, including the seller's return address and the RMA number (if applicable). This container is only returned under the following circumstances:
  • The INR inquiry was escalated to a case.
  • The seller already shipped the order line item
  • The buyer's desired outcome upon creating the INR inquiry was to get a full refund for the missing order line item
See the Field Index to learn which calls use returnDetails.

sellerMakeItRightByDate ( DateTime ) [0..?]
The timestamp in this container indicates when the seller is expected to resolve this INR inquiry.
See the Field Index to learn which calls use sellerMakeItRightByDate.

shippingCost ( Amount ) [0..?]
This container shows the cost of shipping the order line item associated with this inquiry.
See the Field Index to learn which calls use shippingCost.

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

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

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

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 status.

transactionId ( string ) [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 the line item that is associated with the INR inquiry.
See the Field Index to learn which calls use transactionId.

viewPPTrasanctionUrl ( string ) [0..?]
THIS FIELD IS DEPRECATED.
See the Field Index to learn which calls use viewPPTrasanctionUrl.