AbandonedCheckoutCustomAttributes
Retrieves custom attributes linked to an abandoned checkout, providing additional metadata for recovery workflows.
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 AbandonedCheckoutCustomAttributes WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| ResourceId [KEY] | String | A unique identifier for the abandoned checkout record associated with this custom attribute. | |
| Key [KEY] | String | The name of the custom attribute used to store additional data about the abandoned checkout. | |
| Value | String | The content or assigned value of the custom attribute that provides extra context or metadata for the checkout. |