Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:BestOfferDetailsType"
Namespace:
Content:
complex, 6 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the BestOfferDetails container, which consists of Best Offer details associated with a listing. The BestOfferEnabled field in this container is used by Add/Revise/Relist calls to enable the Best Offer feature on a listing.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="BestOfferDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="BestOfferCount" type="xs:int"/>
<xs:element minOccurs="0" name="BestOfferEnabled" type="xs:boolean"/>
<xs:element minOccurs="0" name="BestOffer" type="ns:AmountType"/>
<xs:element minOccurs="0" name="BestOfferStatus" type="ns:BestOfferStatusCodeType"/>
<xs:element minOccurs="0" name="BestOfferType" type="ns:BestOfferTypeCodeType"/>
<xs:element minOccurs="0" name="NewBestOffer" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/7)
ns:BestOffer
Type:
ns:AmountType, simple content
This is the amount of the buyer's current Best Offer. This field will not appear in the GetMyeBayBuying response if the buyer has not made a Best Offer. This field is also not applicable to the Add/Revise/Relist calls.
Component Diagram
XML Representation Summary
<ns:BestOffer
   
 = 
("AFA" | "ALL" | "DZD" | "ADP" | "AOA" | "ARS" | "AMD" | "AWG" | "AZM" | "BSD" | "BHD" | "BDT" | "BBD" | "BYR" | "BZD" | "BMD" | "BTN" | "INR" | "BOV" | "BOB" | "BAM" | "BWP" | "BRL" | "BND" | "BGL" | "BGN" | "BIF" | "KHR" | "CAD" | "CVE" | "KYD" | "XAF" | "CLF" | "CLP" | "CNY" | "COP" | "KMF" | "CDF" | "CRC" | "HRK" | "CUP" | "CYP" | "CZK" | "DKK" | "DJF" | "DOP" | "TPE" | "ECV" | "ECS" | "EGP" | "SVC" | "ERN" | "EEK" | "ETB" | "FKP" | "FJD" | "GMD" | "GEL" | "GHC" | "GIP" | "GTQ" | "GNF" | "GWP" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "IDR" | "IRR" | "IQD" | "ILS" | "JMD" | "JPY" | "JOD" | "KZT" | "KES" | "AUD" | "KPW" | "KRW" | "KWD" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LYD" | "CHF" | "LTL" | "MOP" | "MKD" | "MGF" | "MWK" | "MYR" | "MVR" | "MTL" | "EUR" | "MRO" | "MUR" | "MXN" | "MXV" | "MDL" | "MNT" | "XCD" | "MZM" | "MMK" | "ZAR" | "NAD" | "NPR" | "ANG" | "XPF" | "NZD" | "NIO" | "NGN" | "NOK" | "OMR" | "PKR" | "PAB" | "PGK" | "PYG" | "PEN" | "PHP" | "PLN" | "USD" | "QAR" | "ROL" | "RUB" | "RUR" | "RWF" | "SHP" | "WST" | "STD" | "SAR" | "SCR" | "SLL" | "SGD" | "SKK" | "SIT" | "SBD" | "SOS" | "LKR" | "SDD" | "SRG" | "SZL" | "SEK" | "SYP" | "TWD" | "TJS" | "TZS" | "THB" | "XOF" | "TOP" | "TTD" | "TND" | "TRL" | "TMM" | "UGX" | "UAH" | "AED" | "GBP" | "USS" | "USN" | "UYU" | "UZS" | "VUV" | "VEB" | "VND" | "MAD" | "YER" | "YUM" | "ZMK" | "ZWD" | "ATS" | "CustomCode")
   
>
   
Content: 
{ xs:double }
</ns:BestOffer>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BestOffer" type="ns:AmountType"/>

ns:BestOfferCount
Type:
xs:int, predefined, simple content
The number of Best Offers made for this item, if any. In other words, if there are no Best Offers made, this field will not appear in the response. This field is not applicable to the Add/Revise/Relist calls.
XML Representation Summary
<ns:BestOfferCount>
   
Content: 
{ xs:int }
</ns:BestOfferCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BestOfferCount" type="xs:int"/>

ns:BestOfferEnabled
Type:
xs:boolean, predefined, simple content
This field indicates whether or not the Best Offer feature is enabled for the listing. A seller can enable the Best Offer feature for a listing as long as the category supports the Best Offer feature. To see if an eBay category supports the Best Offer feature, run a GetCategoryFeatures call, including BestOfferEnabled as a FeatureID value in the call request payload.

A listing enabled with the Best Offer feature allows a buyer to bargain with the seller and make a lower-priced offer than the fixed price or the starting bid price for an auction listing. The seller can then decide whether to accept the buyer's Best Offer price or propose a counter offer higher than the Best Offer price, but lower than the fixed price or starting bid price.

Note: The Best Offer feature is now available for auction listings on the following sites: US, Canada, UK, Germany, Australia, France, Italy, and Spain. However, sellers must choose between offering Best Offer or Buy It Now on an auction listing, as both features cannot be enabled on the same auction listing. If an auction listing is enabled with Best Offer, this feature will no longer be applicable once the listing receives its first qualifying bid.
XML Representation Summary
<ns:BestOfferEnabled>
   
Content: 
{ xs:boolean }
</ns:BestOfferEnabled>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BestOfferEnabled" type="xs:boolean"/>

ns:BestOfferStatus
Type:
This enumeration value indicates the status of the latest Best Offer from the buyer. This field is only applicable to the GetMyeBayBuying call, and will not appear in the response if the buyer has not made a Best Offer.
XML Representation Summary
<ns:BestOfferStatus>
   
Content: 
{ enumeration of xs:token }
</ns:BestOfferStatus>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BestOfferStatus" type="ns:BestOfferStatusCodeType"/>

ns:BestOfferType
Type:
ns:BestOfferTypeCodeType, simple content
Note: this field is no longer used. The Best Offer type is only returned in the BestOfferCodeType field of the GetBestOffers call, and the applicable values for Best Offer type (BuyerBestOffer, BuyerCounterOffer, SellerCounterOffer, etc.) are defined in BestOfferTypeCodeType.
XML Representation Summary
<ns:BestOfferType>
   
Content: 
{ enumeration of xs:token }
</ns:BestOfferType>
Simple Content
Enumeration:
"BuyerBestOffer"
 - 
This value indicates that the offer is an original Best Offer made by a prospective buyer to the seller.
"BuyerCounterOffer"
 - 
This value indicates that the offer is a prospective buyer's counter offer against the seller's counter offer.
"SellerCounterOffer"
 - 
This value indicates that the offer is a seller's counter offer against the seller's original Best Offer.
"CustomCode"
 - 
Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BestOfferType" type="ns:BestOfferTypeCodeType"/>

ns:NewBestOffer
Type:
xs:boolean, predefined, simple content
This field is deprecated.
XML Representation Summary
<ns:NewBestOffer>
   
Content: 
{ xs:boolean }
</ns:NewBestOffer>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="NewBestOffer" type="xs:boolean"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

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