DeliveryProfileUnassignedLocations
Lists locations not yet assigned to any location group for this profile.
View-Specific Information
Select
The component uses the Shopify API to process WHERE clause conditions built with the following column and operators. The component processes other filters client-side within the component.
- DeliveryProfileId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM DeliveryProfileUnassignedLocations WHERE DeliveryProfileId = 'Val1'
Columns
| Name | Type | References | Description |
| DeliveryProfileId [KEY] | String | The globally unique identifier of the delivery profile that does not include this location. | |
| LocationId [KEY] | String |
Locations.Id | The globally unique identifier of the unassigned location. |