Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.54 KB

ShopShippingProfileUpgrade.md

File metadata and controls

20 lines (17 loc) · 2.54 KB

ShopShippingProfileUpgrade

Properties

Name Type Description Notes
shipping_profile_id int The numeric ID of the base shipping profile. [optional]
upgrade_id int The numeric ID that is associated with a shipping upgrade [optional]
upgrade_name string Name for the shipping upgrade shown to shoppers at checkout, e.g. USPS Priority. [optional]
type string The type of the shipping upgrade. Domestic (0) or international (1). [optional]
rank int The positive non-zero numeric position in the images displayed in a listing, with rank 1 images appearing in the left-most position in a listing. [optional]
language string The IETF language tag for the language of the shipping profile. Ex: `de`, `en`, `es`, `fr`, `it`, `ja`, `nl`, `pl`, `pt` [optional]
price AllOfShopShippingProfileUpgradePrice Additional cost of adding the shipping upgrade. [optional]
secondary_price AllOfShopShippingProfileUpgradeSecondaryPrice Additional cost of adding the shipping upgrade for each additional item. [optional]
shipping_carrier_id int The unique ID of a supported shipping carrier, which is used to calculate an Estimated Delivery Date. Required with `mail_class` if `min_delivery_days` and `max_delivery_days` are null. [optional]
mail_class string The unique ID string of a shipping carrier's mail class, which is used to calculate an estimated delivery date. Required with `shipping_carrier_id` if `min_delivery_days` and `max_delivery_days` are null. [optional]
min_delivery_days int The minimum number of business days a buyer can expect to wait to receive their purchased item once it has shipped. Required with `max_delivery_days` if `mail_class` is null. [optional]
max_delivery_days int The maximum number of business days a buyer can expect to wait to receive their purchased item once it has shipped. Required with `min_delivery_days` if `mail_class` is null. [optional]

[Back to Model list] [Back to API list] [Back to README]