Cmdlets for Shopify

Build 25.0.9539

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 cmdlet uses the Shopify API to process WHERE clause conditions built with the following column and operators. The cmdlet processes other filters client-side within the cmdlet.

  • 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

DeliveryProfiles.Id

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539