OrderCustomAttributes
Retrieves custom attributes associated with the resource.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the ResourceId column, which supports the '=,IN' comparison operators.
The connector processes other filters client-side within the connector.
For example, the following query is processed server-side:
SELECT * FROM OrderCustomAttributes WHERE ResourceId='VALUE'
Columns
Name | Type | References | Description |
ResourceId [KEY] | String |
Orders.Id | A globally-unique ID. |
Key | String | Key or name of the attribute. | |
Value | String | Value of the attribute. |