AbandonedCheckoutCustomAttributes
Retrieves custom attributes captured on an abandoned checkout, such as personalization fields or internal flags.
View-Specific Information
Select
The add-in uses the Shopify API to process WHERE clause conditions built with the following column and operators. The add-in processes other filters client-side within the add-in.
- 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 | 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. |