| Name | Type | Description | Notes |
|---|---|---|---|
| shipping_profile_destination_id | int | The numeric ID of the shipping profile destination in the shipping profile associated with the listing. | [optional] |
| shipping_profile_id | int | The numeric ID of the shipping profile. | [optional] |
| origin_country_iso | string | The ISO code of the country from which the listing ships. | [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] |
| primary_cost | AllOfShopShippingProfileDestinationPrimaryCost | The cost of shipping to this country/region alone, measured in the store's default currency. | [optional] |
| secondary_cost | AllOfShopShippingProfileDestinationSecondaryCost | The cost of shipping to this country/region with another item, measured in the store's default currency. | [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] |