The input fields for a location group associated to a delivery profile.
Access Scopes
Fields
id:
ID -
The globally-unique ID of the delivery profile location group.
locations:
ID -
The list of location IDs to be moved to this location group.
locationsToAdd:
ID -
The list of location IDs to be added to this location group.
**Note:** due to API input array limits, a maximum of 250 items can be sent per each request.
locationsToRemove:
ID -
The list of location IDs to be removed from this location group.
**Note:** due to API input array limits, a maximum of 250 items can be sent per each request.
zonesToCreate:
DeliveryLocationGroupZoneInput -
The list of location group zones to create.
**Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 zones per each request.
zonesToUpdate:
DeliveryLocationGroupZoneInput -
The list of location group zones to update.
**Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 zones per each request.