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

complexType "ns:GetItemShippingRequestType"
Namespace:
Content:
complex, 14 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This is the base request type of the GetItemShipping call. This call takes an ItemID value for an item that has yet to be shipped, and then returns estimated shipping costs for every shipping service that the seller has offered with the listing. This call will also return PickUpInStoreDetails.EligibleForPickupDropOff and PickUpInStoreDetails.EligibleForPickupInStore flags if the item is available for buyer pick-up through the In-Store Pickup or Click and Collect features.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetItemShippingRequestType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="GetItemShippingRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="QuantitySold" type="xs:int"/>
<xs:element minOccurs="0" name="DestinationPostalCode" type="xs:string"/>
<xs:element minOccurs="0" name="DestinationCountryCode" type="ns:CountryCodeType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/15)
ns:DestinationCountryCode
Type:
ns:CountryCodeType, simple content
The destination country code is supplied in this field. GetItemShipping requires the destination of the shipment. Some countries will require both the DestinationPostalCode and the lt;b>DestinationCountryCode, and some countries will accept either one or the other.

Two-digit country codes can be found in CountryCodeType.
XML Representation Summary
<ns:DestinationCountryCode>
   
Content: 
{ enumeration of xs:token }
</ns:DestinationCountryCode>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DestinationCountryCode" type="ns:CountryCodeType"/>

ns:DestinationPostalCode
Type:
xs:string, predefined, simple content
The destination postal code (or zip code for US) is supplied in this field. GetItemShipping requires the destination of the shipment. Some countries will require both the DestinationPostalCode and the lt;b>DestinationCountryCode, and some countries will accept either one or the other.
XML Representation Summary
<ns:DestinationPostalCode>
   
Content: 
{ xs:string }
</ns:DestinationPostalCode>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DestinationPostalCode" type="xs:string"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
The unique identifier of the eBay listing for which to retrieve estimated shipping costs for all offered shipping service options. The ItemID value passed into this field should be for an listing that offers at least one calculated shipping service option, and for an item that has yet to be shipped.
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:QuantitySold
Type:
xs:int, predefined, simple content
This field is used to specify the quantity of the item. The QuantitySold value defaults to 1 if not specified. If a value greater than 1 is specified in this field, the shipping service costs returned in the response will reflect the expense to ship multiple quantity of an item.
XML Representation Summary
<ns:QuantitySold>
   
Content: 
{ xs:int }
</ns:QuantitySold>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="QuantitySold" type="xs:int"/>

 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.