JDBC Driver for Shopify

Build 25.0.9434

MetafieldDefinitionConstraintValues

Returns constraint subtype values that metafield definitions apply to.

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.

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

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

  SELECT * FROM MetafieldDefinitionConstraintValues WHERE DefinitionId = 'Val1'

Columns

Name Type References Description
DefinitionId String

MetafieldDefinitions.Id

A globally-unique ID.
Key String The category of resource subtypes that the definition applies to.
Value String The specific constraint subtype values that the definition applies to.

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