MetafieldDefinitionConstraintValues
Lists constraint values that restrict how metafields can be applied to specific object types or contexts.
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.
- 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 | A unique identifier for the metafield definition that the constraint values belong to. | |
| Key | String | The resource category or subtype key that determines which objects the metafield definition can be applied to. | |
| Value | String | The specific subtype or constraint value that limits where or how the metafield definition can be used. |