Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryLocationGroupZoneMethodDefinitionsArgs
Links a location group with a zone and the associated method definitions.
Signature:
export interface DeliveryLocationGroupZoneMethodDefinitionsArgs
Property | Modifiers | Type | Description |
---|---|---|---|
after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
eligible? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
sortKey? | InputMaybe<MethodDefinitionSortKeys> | (Optional) | |
type? | InputMaybe<DeliveryMethodDefinitionType> | (Optional) |