stack

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

AdminTypes.DeliveryProfileLocationGroupInput interface

The input fields for a location group associated to a delivery profile.

Signature:

export interface DeliveryProfileLocationGroupInput 

Properties

Property Modifiers Type Description
id?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The globally-unique ID of the delivery profile location group.
locations?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) The list of location IDs to be moved to this location group.
locationsToAdd?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> <p>(Optional) The list of location IDs to be added to this location group.</p><p>**Note:** due to API input array limits, a maximum of 250 items can be sent per each request.</p>
locationsToRemove?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> <p>(Optional) The list of location IDs to be removed from this location group.</p><p>**Note:** due to API input array limits, a maximum of 250 items can be sent per each request.</p>
zonesToCreate?   InputMaybe<Array<DeliveryLocationGroupZoneInput>> <p>(Optional) The list of location group zones to create.</p><p>**Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 zones per each request.</p>
zonesToUpdate?   InputMaybe<Array<DeliveryLocationGroupZoneInput>> <p>(Optional) The list of location group zones to update.</p><p>**Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 zones per each request.</p>