Shipping

Shipping

The Shipping of the product.

Fields
price

Price

Fixed shipping price, represented as a number.

country

string

The CLDR territory code of the country to which an item will ship.

region

string

The geographic region to which a shipping rate applies. See region for more information.

service

string

A free-form description of the service class or delivery speed.

location_id

int64

The numeric ID of a location that the shipping rate applies to as defined in the AdWords API .

location_group_name

string

The location where the shipping is applicable, represented by a location group name.

postal_code

string

The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.

loyalty_program_label

string

Optional. The label of the loyalty program . Must match one of the program labels set in loyalty_programs . When set (in combination with loyalty_tier_label ), this shipping option is only applicable to loyalty program members of the specified tier.

loyalty_tier_label

string

Optional. The label of the loyalty tier within the loyalty program. Must match one of the tiers set in the loyalty_programs . When set (in combination with loyalty_program_label ), this shipping option is only applicable to loyalty program members of the specified tier.

min_handling_time

int64

Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. minHandlingTime can only be present together with maxHandlingTime ; but it is not required if maxHandlingTime is present.

max_handling_time

int64

Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minHandlingTime is optional if maxHandlingTime is present.

min_transit_time

int64

Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. minTransitTime can only be present together with maxTransitTime ; but it is not required if maxTransitTime is present.

max_transit_time

int64

Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minTransitTime is optional if maxTransitTime is present.

handling_cutoff_time

string

The handling cutoff time until which an order has to be placed to be processed in the same day. This is a string in format of HHMM (e.g. 1530 ) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST and handling_cutoff_timezone will be ignored.

handling_cutoff_timezone

string

Timezone identifier For example Europe/Zurich . This field only applies if handling_cutoff_time is set. If handling_cutoff_time is set but this field is not set, the shipping destination timezone will be used. If both fields are not set, the handling cutoff time will default to 8AM PST.