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

complexType "ns:GetShippingDiscountProfilesResponseType"
Namespace:
Content:
complex, 24 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 9 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The base response of the GetShippingDiscountProfiles call.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetShippingDiscountProfilesResponseType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="GetShippingDiscountProfilesResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="CurrencyID" type="ns:CurrencyCodeType"/>
<xs:element minOccurs="0" name="FlatShippingDiscount" type="ns:FlatShippingDiscountType"/>
<xs:element minOccurs="0" name="CalculatedShippingDiscount" type="ns:CalculatedShippingDiscountType"/>
<xs:element minOccurs="0" name="PromotionalShippingDiscount" type="xs:boolean"/>
<xs:element minOccurs="0" name="CalculatedHandlingDiscount" type="ns:CalculatedHandlingDiscountType"/>
<xs:element minOccurs="0" name="ShippingInsurance" type="ns:ShippingInsuranceType"/>
<xs:element minOccurs="0" name="InternationalShippingInsurance" type="ns:ShippingInsuranceType"/>
<xs:element minOccurs="0" name="CombinedDuration" type="ns:CombinedPaymentPeriodCodeType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 9/25)
ns:CalculatedHandlingDiscount
Type:
This container consists of the handling discount applicable to a calculated shipping discount rule that is set up for a seller's account. This container is not returned if no calculated shipping discount rules are currently set for the seller's account.
Component Diagram
XML Representation Summary
<ns:CalculatedHandlingDiscount>
   
Content: 
</ns:CalculatedHandlingDiscount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CalculatedHandlingDiscount" type="ns:CalculatedHandlingDiscountType"/>

ns:CalculatedShippingDiscount
Type:
This container consists of one or more calculated shipping discount rules that are set up for a seller's account. This container is returned as an empty element if no calculated shipping discount rules are currently set for the seller's account.
Component Diagram
XML Representation Summary
<ns:CalculatedShippingDiscount>
   
Content: 
</ns:CalculatedShippingDiscount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CalculatedShippingDiscount" type="ns:CalculatedShippingDiscountType"/>

ns:CombinedDuration
Type:
This field indicates the number of days after the sale of an item in which the buyer or seller can combine multiple and mutual order line items into one Combined Invoice order. In a Combined Invoice order, the buyer makes one payment for all order line items, hence only unpaid order line items can be combined into a Combined Invoice order.
XML Representation Summary
<ns:CombinedDuration>
   
Content: 
{ enumeration of xs:token }
</ns:CombinedDuration>
Simple Content
Enumeration:
"Days_3"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within three days after purchase (creation of order).
"Days_5"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within five days after purchase (creation of order).
"Days_7"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within seven days after purchase (creation of order).
"Days_14"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within 14 days after purchase (creation of order).
"Days_30"
 - 
This value indicates that an unpaid order can be combined into a Combined Invoice order within 30 days after purchase (creation of order).
"Ineligible"
 - 
This value indicates that an order is not eligible to be combined into a Combined Payment order.
"CustomCode"
 - 
This value is reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CombinedDuration" type="ns:CombinedPaymentPeriodCodeType"/>

ns:CurrencyID
Type:
ns:CurrencyCodeType, simple content
The three-digit code of the currency to be used for shipping cost discounts. A discount profile can only be associated with a listing if the CurrencyID value of the profile matches the Item.Currency value specified in a listing.
XML Representation Summary
<ns:CurrencyID>
   
Content: 
{ enumeration of xs:token }
</ns:CurrencyID>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CurrencyID" type="ns:CurrencyCodeType"/>

ns:FlatShippingDiscount
Type:
This container consists of one or more flat-rate shipping discount rules that are set up for a seller's account. This container is returned as an empty element if no flat-rate shipping discount rules are currently set for the seller's account.
Component Diagram
XML Representation Summary
<ns:FlatShippingDiscount>
   
Content: 
</ns:FlatShippingDiscount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FlatShippingDiscount" type="ns:FlatShippingDiscountType"/>

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

ns:PromotionalShippingDiscount
Type:
xs:boolean, predefined, simple content
This field indicates whether or not a seller has set up a promotional shipping discount rule in the seller's account. Only one promotional shipping discount may be defined for a seller's account at any given time. This field is returned whether false or true. If true, details of the rule can be found in the PromotionalShippingDiscountDetails container.
XML Representation Summary
<ns:PromotionalShippingDiscount>
   
Content: 
{ xs:boolean }
</ns:PromotionalShippingDiscount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PromotionalShippingDiscount" type="xs:boolean"/>

ns:PromotionalShippingDiscountDetails
Type:
This container consists of information related to the promotional shipping discount rule that is set up for a seller's account. This container is not returned if no promotional shipping discount rule is set up for the seller's account.
Component Diagram
XML Representation Summary
<ns:PromotionalShippingDiscountDetails>
   
Content: 
</ns:PromotionalShippingDiscountDetails>
XML Source (w/o annotations (1); see within schema source)

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

 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.