DeliveryProfileUnassignedLocations
Lists the locations that have not been assigned to a location group for this profile.
View-Specific Information
Select
The add-in uses the Shopify API to process WHERE clause conditions built with the following column and operators. The add-in processes other filters client-side within the add-in.
- 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 | A globally-unique ID. | |
| LocationId [KEY] | String |
Locations.Id | A globally-unique ID. |