ODBC Driver for Shopify

Build 25.0.9434

AbandonedCheckoutCustomAttributes

Retrieves custom attributes captured on an abandoned checkout, such as personalization fields or internal flags.

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 AbandonedCheckoutCustomAttributes WHERE ResourceId = 'Val1'

Columns

Name Type References Description
ResourceId [KEY] String

AbandonedCheckouts.Id

The globally unique identifier of the abandoned checkout resource this attribute is linked to.
Key [KEY] String The name or key that identifies the custom attribute.
Value String The stored value assigned to the custom attribute.

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