Name | Type | Description | Notes |
---|---|---|---|
primary_cost | float | The cost of shipping to this country/region alone, measured in the store's default currency. | [optional] |
secondary_cost | float | The cost of shipping to this country/region with another item, measured in the store's default currency. | [optional] |
destination_country_iso | string | The ISO code of the country to which the listing ships. If null, request sets destination to destination_region. Required if destination_region is null or not provided. | [optional] |
destination_region | string | The code of the region to which the listing ships. A region represents a set of countries. Supported regions are Europe Union and Non-Europe Union (countries in Europe not in EU). If `none`, request sets destination to destination_country_iso. Required if destination_country_iso is null or not provided. | [optional] [default to 'none'] |
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] |