DraftOrderCustomAttributes
Lists custom fields and metadata attached to draft orders for workflow or integration purposes.
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 DraftOrderCustomAttributes WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| ResourceId [KEY] | String |
DraftOrders.Id | A globally unique identifier for the draft order associated with these custom attributes. |
| Key [KEY] | String | The name or key of the custom attribute that defines a specific piece of additional data for the draft order. | |
| Value | String | The stored value corresponding to the custom attribute key, representing extra order-specific information. |