PlaceOfferResponseType

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

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 and is based upon the concatenation of ItemID and TransactionID, with a hyphen in between these two IDs. 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 ) [1]
Indicates the current bidding/purchase state of the item listing regarding the offer extended using PlaceOffer. See the schema documentation for the SellingStatus object, the properties of which contain such post-offer information as the current high bidder, the current price for the item, and the bid increment.
See the Field Index to learn which calls use SellingStatus.

TransactionID ( string ) [0..1]
Unique identifier for an eBay order line item (transaction). 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.
See the Field Index to learn which calls use TransactionID.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.