OrderLineItemCustomAttributes
Lists custom key–value pairs assigned to order line items for personalization or metadata tracking.
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 OrderLineItemCustomAttributes WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| ResourceId [KEY] | String | A globally unique identifier for the order line item that the custom attribute is associated with. | |
| Key [KEY] | String | The name or key of the custom attribute, identifying the specific piece of metadata attached to the line item. | |
| Value | String | The value assigned to the custom attribute, which stores additional information or customization details for the line item. |