Resource: 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 or, in some countries, using predefined geotargets. For more information, see Set up regions for more information.
JSON representation |
---|
{ "name": string, "postalCodeArea": { object ( |
Fields | |
---|---|
name |
Identifier. The resource name of the region. Format: |
postal |
Optional. A list of postal codes that defines the region area. |
geotarget |
Optional. A list of geotargets that defines the region area. |
regional |
Output only. Indicates if the region is eligible for use in the Regional Inventory configuration. |
shipping |
Output only. Indicates if the region is eligible for use in the Shipping Services configuration. |
display |
Optional. The display name of the region. |
PostalCodeArea
A list of postal codes that defines the region area. Note: All regions defined using postal codes are accessible through the account's ShippingSettings.postalCodeGroups
resource.
JSON representation |
---|
{
"regionCode": string,
"postalCodes": [
{
object ( |
Fields | |
---|---|
region |
Required. CLDR territory code or the country the postal code group applies to. |
postal |
Required. A range of postal codes. |
PostalCodeRange
A range of postal codes that defines the region area.
JSON representation |
---|
{ "begin": string, "end": string } |
Fields | |
---|---|
begin |
Required. A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: |
end |
Optional. A postal code or a pattern of the form |
GeoTargetArea
A list of geotargets that defines the region area.
JSON representation |
---|
{ "geotargetCriteriaIds": [ string ] } |
Fields | |
---|---|
geotarget |
Required. A non-empty list of location IDs. They must all be of the same location type (for example, state). |
Methods |
|
---|---|
|
Creates a region definition in your Merchant Center account. |
|
Deletes a region definition from your Merchant Center account. |
|
Retrieves a region defined in your Merchant Center account. |
|
Lists the regions in your Merchant Center account. |
|
Updates a region definition in your Merchant Center account. |