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

complexType "ns:VerifyAddFixedPriceItemResponseType"
Namespace:
Content:
complex, 23 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 8 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns the listing recommendations (if applicable), the estimated fees for the proposed new listing (except the Final Value Fee, which isn't calculated until the item has sold), and other details.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:VerifyAddFixedPriceItemResponseType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="VerifyAddFixedPriceItemResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="SKU" type="ns:SKUType"/>
<xs:element minOccurs="0" name="Fees" type="ns:FeesType"/>
<xs:element minOccurs="0" name="ExpressListing" type="xs:boolean"/>
<xs:element minOccurs="0" name="ExpressItemRequirements" type="ns:ExpressItemRequirementsType"/>
<xs:element minOccurs="0" name="CategoryID" type="xs:string"/>
<xs:element minOccurs="0" name="Category2ID" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="DiscountReason" type="ns:DiscountReasonCodeType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 8/24)
ns:Category2ID
Type:
xs:string, predefined, simple content
ID of the secondary category in which the item would be listed. Only returned if you set Item.CategoryMappingAllowed to true in the request and the ID you passed in SecondaryCategory was mapped to a new ID by eBay. If the secondary category has not changed or it has expired with no replacement, Category2ID does not return a value.
XML Representation Summary
<ns:Category2ID>
   
Content: 
{ xs:string }
</ns:Category2ID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Category2ID" type="xs:string"/>

ns:CategoryID
Type:
xs:string, predefined, simple content
ID of the primary category in which the item would be listed. Only returned if you set Item.CategoryMappingAllowed to true in the request and the ID you passed in PrimaryCategory was mapped to a new ID by eBay. If the primary category has not changed or it has expired with no replacement, CategoryID does not return a value.
XML Representation Summary
<ns:CategoryID>
   
Content: 
{ xs:string }
</ns:CategoryID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CategoryID" type="xs:string"/>

ns:DiscountReason
Type:
The nature of the discount, if a discount would have applied had this actually been listed at this time.
XML Representation Summary
<ns:DiscountReason>
   
Content: 
{ enumeration of xs:token }
</ns:DiscountReason>
Simple Content
Enumeration:
"SpecialOffer"
 - 
An offer that applies to a limited number of listings during the offering period. Example: "There is no insertion fee for up to 5 auctions when listing between 12/1 and 12/10."
"Promotion"
 - 
An offer that applies to an unlimited number of listings during the offering period. Example: "Get subtitle for $0.10 in Tech category when listing between 12/25 and 12/28. No limit to the number of items listed during this period."
"CustomCode"
 - 
Reserved for future use
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="DiscountReason" type="ns:DiscountReasonCodeType"/>

ns:ExpressItemRequirements
Type:
This field is deprecated.
Component Diagram
XML Representation Summary
<ns:ExpressItemRequirements>
   
Content: 
</ns:ExpressItemRequirements>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExpressItemRequirements" type="ns:ExpressItemRequirementsType"/>

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

ns:Fees
Type:
ns:FeesType, complex content
This container is an array of fees that would incur if the listing defined in request payload of the VerifyAddFixedPriceItem call was published. The fees in this container will not include any fees that are based on the purchase price (such as Final Value Fee) and only come into play when the listing has a sale.

All listing fee types are returned, even if those fees are not applicable for the listing and are '0.0'.

Note: The currency used for all fees returned under the Fees container reflects the currency used for the listing site, and not necessarily in the seller's default/home currency. For example, if a Canadian seller is using the VerifyAddFixedPriceItem call to verify a listing on the eBay US site, the currency type shown for each fee will be USD and not CAD.
Component Diagram
XML Representation Summary
<ns:Fees>
   
Content: 
</ns:Fees>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Fees" type="ns:FeesType"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
With a successful VerifyAddFixedPriceItem call, this field is always returned, but the returned value is always 0, since this call only validates the data passed in through the request payload and does not actually create an active listing.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:SKU
Type:
ns:SKUType, simple content
Item-level SKU for the new listing, if the seller specified tem.SKU in the request. Variation SKUs are not returned (see GetItem instead).
XML Representation Summary
<ns:SKU>
   
Content: 
{ xs:string }
</ns:SKU>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SKU" type="ns:SKUType"/>

 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.