DeliveryProfileUnassignedLocations
Lists store locations not yet assigned to any location group within a delivery profile, useful for setup and auditing.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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 unique identifier of the delivery profile that the location is not yet assigned to. | |
| LocationId [KEY] | String |
Locations.Id | The unique identifier of the location that is currently unassigned to any delivery profile. |