| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::FlatShippingPreferencesType
Flat shipping preferences.
eBay::API::XML::DataType::FlatShippingPreferencesType inherits from the eBay::API::XML::BaseDataType class
If the user specifies ChargeAmountForEachAdditionalItem for FlatShippingRateOption, then this value is used to specify how much to charge for each additional item.
Calls: SetUserPreferences RequiredInput: No
# Argument: 'ns:AmountType'
Calls: GetUserPreferences Returned: Conditionally
# Returns: 'ns:AmountType'
If the user specifies DeductAmountFromEachAdditionalItem for FlatShippingRateOption, then this value is used to specify how much to deduct for each additional item shipped.
Calls: SetUserPreferences RequiredInput: No
# Argument: 'ns:AmountType'
Calls: GetUserPreferences Returned: Conditionally
# Returns: 'ns:AmountType'
For the given range, specifies the cost of insurance. If the InsuranceOption is either Optional or Required, then 6 instances of this field must be specified, one for each cost range.
Calls: SetUserPreferences RequiredInput: No
# Argument: reference to an array of 'ns:FlatRateInsuranceRangeCostType'
Calls: GetUserPreferences Returned: Conditionally
# Returns: reference to an array of 'ns:FlatRateInsuranceRangeCostType'
Specifies how the user wants flat-rate shipping to be calculated.
Calls: SetUserPreferences RequiredInput: No
# Argument: 'ns:FlatShippingRateOptionCodeType'
Calls: GetUserPreferences Returned: Conditionally
# Returns: 'ns:FlatShippingRateOptionCodeType'
Whether the seller offers shipping insurance and, if so, whether the insurance is optional or required. Flat and calculated shipping.
Calls: SetUserPreferences RequiredInput: No AllValuesExcept: NotOfferedOnSite
# Argument: 'ns:InsuranceOptionCodeType'
Calls: GetUserPreferences Returned: Conditionally
# Returns: 'ns:InsuranceOptionCodeType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |