stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProvince

AdminTypes.DeliveryProvince interface

A region that is used to define a shipping zone.

Signature:

export interface DeliveryProvince extends Node 

Extends: Node

Properties

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.