Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryLocationGroupZoneInput
The input fields for a delivery zone associated to a location group and profile.
Signature:
export interface DeliveryLocationGroupZoneInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| countries? | InputMaybe<Array<DeliveryCountryInput>> | (Optional) A list of countries to associate with the zone. | |
| id? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) A globally-unique ID of the zone. | |
| methodDefinitionsToCreate? | InputMaybe<Array<DeliveryMethodDefinitionInput>> | (Optional) A list of method definitions to create. | |
| methodDefinitionsToUpdate? | InputMaybe<Array<DeliveryMethodDefinitionInput>> | (Optional) A list of method definitions to update. | |
| name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The name of the zone. |