DraftOrderLineItemCustomAttributes
Lists custom attributes attached to draft order line items.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- ResourceId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM DraftOrderLineItemCustomAttributes WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| ResourceId [KEY] | String | The globally unique identifier of the draft order line item associated with the custom attribute. | |
| Key [KEY] | String | The key or name that identifies the custom attribute. | |
| Value | String | The value assigned to the custom attribute. |