Region

Region

Represents a geographic region that you can use as a target with both the RegionalInventory and ShippingSettings services. You can define regions as collections of either postal codes, radius areas or, in some countries, using predefined geotargets.

A region must be defined by specifying exactly one of postal_code_area , geotarget_area , or radius_area .

For more information, see Set up regions for more information.

Fields
name

string

Identifier. The resource name of the region. Format: accounts/{account}/regions/{region}

postal_code_area

PostalCodeArea

Optional. A list of postal codes that defines the region area.

geotarget_area

GeoTargetArea

Optional. A list of geotargets that defines the region area.

regional_inventory_eligible

BoolValue

Output only. Indicates if the region is eligible for use in the Regional Inventory configuration.

shipping_eligible

BoolValue

Output only. Indicates if the region is eligible for use in the Shipping Services configuration.

radius_area

RadiusArea

Optional. A radius area that defines the region area.

display_name

string

Optional. The display name of the region.