JDBC Driver for Shopify

Build 25.0.9434

OrderLineItemCustomAttributes

Lists custom attributes attached to order line items.

View-Specific Information

Select

The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.

  • 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

OrderLineItems.Id

A globally unique Id for the resource.
Key [KEY] String The key or name of the attribute.
Value String The value of the attribute.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434