eBay Trading APIVersion 1349
 

PlaceOfferResponseType ( AbstractResponseType )

The PlaceOffer response notifies you about the success and result of the call.

Call that uses PlaceOfferResponseType:

Fields

BestOffer ( BestOfferType ) [0..1]
Container consisting of the status for a Best Offer. This container is only returned if applicable based on the listing and the value set for Offer.Action field in the request.
See the Field Index to learn which calls use BestOffer.

OrderLineItemID ( string ) [0..1]
OrderLineItemID is a unique identifier for an eBay order line item. The OrderLineItemID field is only returned if the Offer.Action field is set to Purchase in the input and the purchase is successful. A Purchase action in PlaceOffer can be used for a fixed-price listing, or for an auction listing where the Buy It Now option is available.
See the Field Index to learn which calls use OrderLineItemID.

SellingStatus ( SellingStatusType ) [0..1]
This container indicates the current bidding/purchase state of the order line item regarding the offer extended using PlaceOffer. The fields that are returned under this container will depend on the attempted action and the results of that action.
See the Field Index to learn which calls use SellingStatus.

TransactionID ( string ) [0..1]
Unique identifier for an eBay order line item. The TransactionID field is only returned if the Offer.Action field was set to Purchase in the input and the purchase was successful. A Purchase action in PlaceOffer can be used for a fixed-price listing, or for an auction listing where the Buy It Now option is available.

The TransactionID value for auction listings is always 0 since there can be only one winning bidder/one sale for an auction listing.
See the Field Index to learn which calls use TransactionID.