Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProvince
A region that is used to define a shipping zone.
Signature:
export interface DeliveryProvince extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
code | Scalars[‘String’][‘output’] | The code of the region. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
name | Scalars[‘String’][‘output’] | The full name of the region. | |
translatedName | Scalars[‘String’][‘output’] | The translated name of the region. The translation returned is based on the system’s locale. |