Class InternationalShippingServiceOptionType


class InternationalShippingServiceOptionType
Shipping costs and options related to an international shipping service. When used as input, if one is provided, at least one domestic ShippingService must be provided. This type does not exist before compatibility level 383.

Defined in com/ebay/shoppingservice/InternationalShippingServiceOptionType.js

Property Summary
The insurance cost associated with shipping a single item with this shipping service.
Cost of shipping each additional item beyond the first item.
The basic shipping cost of the item.
An international shipping service offered for shipping the item (for example, UPS Ground).
Seller-preferred presentation order relative to other service options.
Array shipsTo
An international location or region to which the item may be shipped via this particular shipping service.

Constructor Summary

Property Details

property AmountType shippingInsuranceCost

The insurance cost associated with shipping a single item with this shipping service. If the buyer bought more than one of this item, this proportional to QuantitySold. If the item has not yet been sold, insurance information cannot be calculated and the value is 0.00. For calculated shipping only.


property AmountType shippingServiceAdditionalCost

Cost of shipping each additional item beyond the first item. Zero for single- item listings. For flat shipping only.


property AmountType shippingServiceCost

The basic shipping cost of the item. If multiple items were purchased, this includes the ShippingServiceAdditionalCost.


property token shippingServiceName

An international shipping service offered for shipping the item (for example, UPS Ground). For flat and calculated shipping.


property Number shippingServicePriority

Seller-preferred presentation order relative to other service options. Valid values are: 1, 2 and 3 (first, second and third choices). For flat and calculated shipping.


property Array shipsTo

An international location or region to which the item may be shipped via this particular shipping service. Associated with the shipping service by the seller. This is basically the same as SimpleItemType.ShipToLocations except that this is spelled out and the other is abbreviated.


Constructor Details

constructor InternationalShippingServiceOptionType

InternationalShippingServiceOptionType(Object props)

Parameters:
props