ODBC Driver for Shopify

Build 25.0.9434

DeliveryProfileLocationGroupZones

Lists shipping zones associated with the specified location group.

View-Specific Information

Select

The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.

  • DeliveryProfileId supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM DeliveryProfileLocationGroupZones WHERE DeliveryProfileId = 'Val1'

Columns

Name Type References Description
Id [KEY] String The globally unique identifier of the delivery profile location group zone.
LocationGroupId [KEY] String The globally unique identifier of the location group associated with this zone.
DeliveryProfileId String

DeliveryProfiles.Id

The globally unique identifier of the delivery profile associated with this zone.
Name String The display name of the zone.
MethodDefinitionCountsParticipantDefinitionsCount Int The number of participant method definitions configured for this zone.
MethodDefinitionCountsRateDefinitionsCount Int The number of merchant-defined rate method definitions configured for this zone.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434