eBay Trading API
Version 1359


complexType "OfferType"
Namespace:
urn:ebay:apis:eBLBaseComponents
Content:
complex, 17 elements, elem. wildcard
Defined:
in ebaySvc.wsdl/Schema
Includes:
declarations of 17 elements, elem. wildcard
Referenced:
Component Diagram

Content Element Model:
Component
Type / Value
Occurs
Required?
Nillable?
Description
SEQUENCE
1..1
yes
 Action
BidActionCodeType : enumeration of token
0..1
no
no
Indicates the type of offer being made on the specified listing. If the item is Best Offer-enabled and the buyer makes a Best Offer (or a counter offer), then after the PlaceOffer call, the buyer can get the status of the Best Offer (and a seller-counter-offer, etc.) using the GetBestOffers call. See Best Offer for information about Best Offer-enabled listings and about GetBestOffers.
 Currency
CurrencyCodeType : enumeration of token
0..1
no
no
Three-digit currency code for the currency used for the auction. Valid values can be viewed in the CurrencyCodeType code list.
 ItemID
ItemIDType : restriction of string
0..1
no
no
The unique identifier of an eBay listing item listed on the eBay site. Returned by eBay when the item is created.
 MaxBid
AmountType : double
0..1
no
no
Amount of the offer placed. For auction listings, the amount bid on the item (subject to outbid by other buyers). For fixed-price listings, the fixed sale price at which the item is purchased. For auction listings with an active Buy It Now option, this amount will be either the Buy It Now price for purchase or the amount of a bid, depending on the offer type (as specified in Action). For PlaceOffer, the CurrencyID attribute is ignored if provided. Regarding Value-Added Tax (VAT): Even if VAT applies, you do not need to add VAT to the MaxBid value. If VAT applies to the listing, the seller can specify a VAT percent value when they list the item.
 Quantity
int
0..1
no
no
Specifies the quantity of items from the specified listing that the user tendering the offer intends to purchase, bid on, or make a Best Offer on. For auctions, the value is always 1 . For multiple-quantity listings, this value must be greater than zero but not exceeding the quantity available for sale in the listing.
 SecondChanceEnabled
boolean
0..1
no
no
Indicates the user's preference to accept second chance offers. If true, the user is willing to be the recipient of second chance offers.
 SiteCurrency
CurrencyCodeType : enumeration of token
0..1
no
no
Unique ID identifying the currency in which the localized offer amounts are expressed.
 TimeBid
dateTime
0..1
no
no
Timestamp indicating the date and time that the bid was placed.
 HighestBid
AmountType : double
0..1
no
no
This amount indicates the highest bid that the corresponding bidder has made on the auction item. If that specific bidder has only made one bid on the auction listing, this value will be the same value as in the MaxBid field, but if the bidder has made multiple bids on the auction item, the HighestBid will show the highest of the bidder's bids, but MaxBid will show the value of the corresponding bid.
 ConvertedPrice
AmountType : double
0..1
no
no
Dollar amount of the bid in the user's currency. This field is always returned but its amount will be the same as the value in the MaxBid field, unless currency conversion was actually performed.
 TransactionID
string
0..1
no
no
The unique identifier of the order line item (transaction). An order line item is created when a winning bidder commits to purchasing an item.

The TransactionID value for auction listings is always 0 since there can be only one winning bidder/one sale for an auction listing.
 User
0..1
no
no
This container consists of detailed information on the user that made the bid. Some information in this container will be masked unless the call is made by the owner of the listing.
 UserConsent
boolean
0..1
no
no
If true, confirms that the bidder read and agrees to eBay's privacy policy. Applies if the subject item is in a category that requires user consent. If user consent, which is confirmation that a bidder read and agrees to eBay's privacy policy, is required for a category that the subject item is in, this value must be true for a bid to occur.
 BidCount
int
0..1
no
no
This field is deprecated.
 Message
string
0..1
no
no
A message from the buyer to the seller. Applies if the buyer is using PlaceOffer to perform a Best Offer-related action (Best Offer, Counter Offer, etc.).
 BestOfferID
BestOfferIDType : restriction of string
0..1
no
no
The unique identifier of a Best Offer on an item. This value must be specified as input to PlaceOffer if a buyer is performing any action against a Best Offer or Counter Offer.
 MyMaxBid
AmountType : double
0..1
no
no
The maximum bid placed by the user making the call. This field is only returned if the corresponding bid was made by the user making the call.
 {any}
from any namespace
0..∞
no
Description
Contains information pertaining to an offer made on an item listing and the current bidding or purchase state of the listing.
Referenced By


WSDL documentation generated with FlexDoc/XML 1.14 using FlexDoc/XML WSDLDoc 2.0 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.