Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryLocationGroupLocationsArgs
A location group is a collection of locations. They share zones and delivery methods across delivery profiles.
Signature:
export interface DeliveryLocationGroupLocationsArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| includeInactive? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| includeLegacy? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| query? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| sortKey? | InputMaybe<LocationSortKeys> | (Optional) |