Class ShippingServiceOptionType


class ShippingServiceOptionType
Shipping costs and options related to a domestic shipping service.

Defined in com/ebay/shoppingservice/ShippingServiceOptionType.js

Property Summary
Indicates whether the service is an expedited shipping service.
The insurance cost associated with shipping a single item with this shipping service.
The cost of shipping each additional item beyond the first item.
The meaning of this element depends on the call and on whether flat or calculated shipping has been selected.
A domestic shipping service offered for shipping the item (for example, UPS Ground).
Seller-preferred presentation order relative to other service options.
An additional fee to charge US buyers who ship via UPS to Alaska, Hawaii or Puerto Rico.
The maximum guaranteed number of days the shipping carrier will take to ship an item (not including the time it takes the seller to deliver the item to the shipping carrier).
The minimum guaranteed number of days in which the shipping carrier can ship an item (not including the time it takes the seller to deliver the item to the shipping carrier).
Array shipsTo
An international location or region to which the item may be shipped via this particular shipping service.

Constructor Summary

Property Details

property Boolean expeditedService

Indicates whether the service is an expedited shipping service. See Enabling Get It Fast. Not applicable to Half.com.


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

The cost of shipping each additional item beyond the first item. For input, this is required if the listing is for multiple items and should be zero for single-item listings. Default value is 0.00. For flat shipping only. Not applicable to Half.com.


property AmountType shippingServiceCost

The meaning of this element depends on the call and on whether flat or calculated shipping has been selected. (For example, it could be the cost to ship a single item, the cost to ship all items, or the cost to ship just the first of many items, with ShippingServiceAdditionalCost accounting for the rest.) For flat and calculated shipping.


property token shippingServiceName

A domestic 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: 1 (1st choice), 2 (2nd choice), 3 (3rd choice). For flat and calculated shipping. Not applicable to Half.com.


property AmountType shippingSurcharge

An additional fee to charge US buyers who ship via UPS to Alaska, Hawaii or Puerto Rico. Can only be assigned a value for Parts and Accessories items on the eBay US and Motors sites. Only returned if set. If some transactions in an order have a surcharge, surcharge is added only for those transactions. Flat rate shipping only.


property Number shippingTimeMax

The maximum guaranteed number of days the shipping carrier will take to ship an item (not including the time it takes the seller to deliver the item to the shipping carrier). See Enabling Get It Fast. Not applicable to Half.com.


property Number shippingTimeMin

The minimum guaranteed number of days in which the shipping carrier can ship an item (not including the time it takes the seller to deliver the item to the shipping carrier). See Enabling Get It Fast. Not applicable to Half.com.


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. Use GeteBayDetails to determine which locations are valid per site. These values are string equivalents of values found in ShippingRegionCodeType and CountryCodeType.


Constructor Details

constructor ShippingServiceOptionType

ShippingServiceOptionType(Object props)

Parameters:
props