OrderCustomAttributes
Lists custom fields and key–value pairs defined at the order level for tracking and analytics.
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.
- ResourceId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM OrderCustomAttributes WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| ResourceId [KEY] | String |
Orders.Id | A unique identifier for the order or resource associated with the custom attribute. |
| Key [KEY] | String | The key or name used to identify the custom attribute, defining what piece of information it represents. | |
| Value | String | The stored value assigned to the custom attribute, providing additional metadata or context for the order. |