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

simpleType "ns:ShippingTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Flat"
 - 
Flat shipping model: the seller establishes the cost of shipping and cost of shipping insurance, regardless of what any buyer-selected shipping service might charge the seller.

Note: This shipping type includes an option for a Flat Rate Freight shipping service. For details about freight shipping, see Specifying Freight Shipping in the eBay Features Guide.
"Calculated"
 - 
Calculated shipping model: the cost of shipping is determined in large part by the seller-offered and buyer-selected shipping service. The seller might assess an additional fee via PackagingHandlingCosts.
"Freight"
 - 
Freight shipping model. Available only for US domestic shipping. The cost of shipping is automatically determined by an affiliated third party, FreightQuote.com, based on the item location (postal code).

Note: This shipping type cannot be set via API, but it is automatically set by eBay when a buyer selects the FreightQuote.com option on the US eBay website.

For details about types of freight shipping that you can specify via API, see Specifying Freight Shipping in the eBay Features Guide.
"Free"
 - 
Free shipping. This field is output-only so if you want to use AddItem to specify a free Shipping Cost, specify 0 in Item.ShippingDetails.ShippingServiceOptions.ShippingServiceCost.
"NotSpecified"
 - 
The seller did not specify the shipping type.
"FlatDomesticCalculatedInternational"
 - 
The seller specified one or more flat domestic shipping services and one or more calculated international shipping services.
"CalculatedDomesticFlatInternational"
 - 
The seller specified one or more calculated domestic shipping services and one or more flat international shipping services.
"FreightFlat"
 - 
Freight shipping model. Available only for the US, UK, AU, CA and CAFR sites, and only for domestic shipping. FreightFlat applies to shipping with carriers that are not affiliated with eBay. It is negotiated freight, not a flat rate. Sellers negotiate the shipping cost with their chosen carrier and the buyer before completing the sale. FreightFlat shipping may be used when calculated shipping cannot be used due to the greater weight of the item.

For details about freight shipping, see Specifying Freight Shipping in the eBay Features Guide.
"CustomCode"
 - 
Reserved for future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The shipping cost model offered by the seller.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ShippingTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="ShippingTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Flat"/>
<xs:enumeration value="Calculated"/>
<xs:enumeration value="Freight"/>
<xs:enumeration value="Free"/>
<xs:enumeration value="NotSpecified"/>
<xs:enumeration value="FlatDomesticCalculatedInternational"/>
<xs:enumeration value="CalculatedDomesticFlatInternational"/>
<xs:enumeration value="FreightFlat"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
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.