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