etsy

ShopShippingProfileUpgrade

Properties

| Name | Type | Description | Notes | | ———— | ————- | ————- | ————- | | shippingProfileId | kotlin.Long | The numeric ID of the base shipping profile. | [optional] | | upgradeId | kotlin.Long | The numeric ID that is associated with a shipping upgrade | [optional] | | upgradeName | kotlin.String | Name for the shipping upgrade shown to shoppers at checkout, e.g. USPS Priority. | [optional] | | type | inline | The type of the shipping upgrade. Domestic (0) or international (1). | [optional] | | rank | kotlin.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 | kotlin.String | The IETF language tag for the language of the shipping profile. Ex: `de`, `en`, `es`, `fr`, `it`, `ja`, `nl`, `pl`, `pt` | [optional] | | price | Money | Additional cost of adding the shipping upgrade. | [optional] | | secondaryPrice | Money | Additional cost of adding the shipping upgrade for each additional item. | [optional] | | shippingCarrierId | kotlin.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] | | mailClass | kotlin.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] | | minDeliveryDays | kotlin.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] | | maxDeliveryDays | kotlin.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] |

Enum: type

| Name | Value | | —- | —– | | type | 0, 1 |