AbandonmentProductsAddedToCart
Lists products added to a cart during an abandoned shopping session, helping merchants understand customer intent.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The connector processes other filters client-side within the connector.
- AbandonmentId supports the '=, IN' comparison operators.
- AbandonedCheckoutPayloadId supports the '=, IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM AbandonmentProductsAddedToCart WHERE AbandonmentId = 'Val1'
SELECT * FROM AbandonmentProductsAddedToCart WHERE AbandonedCheckoutPayloadId = 'Val1'
Columns
| Name | Type | References | Description |
| AbandonmentId | String | The unique identifier of the abandonment record that this product addition is associated with. | |
| AbandonedCheckoutPayloadId [KEY] | String | The unique identifier linking this product addition to its corresponding abandoned checkout payload. | |
| ProductId [KEY] | String | A unique identifier for the product that was added to the cart before the session was abandoned. | |
| VariantId [KEY] | String | A unique identifier for the specific variant of the product that was added to the cart. | |
| Quantity | Int | The number of units of this product variant that the customer added to their cart during the abandoned session. |