AbandonedCheckoutsItems
Provides item-level details from abandoned checkouts, including product, quantity, and price data.
Columns
| Name | Type | References | Description |
| AbandonedCheckoutId [KEY] | Long | A unique numeric identifier for the abandoned checkout that the item belongs to. | |
| ProductId [KEY] | Long | The unique numeric identifier for the product associated with this checkout item. | |
| ItemVariantId [KEY] | Long | The unique numeric identifier for the specific product variant included in the checkout. | |
| ItemTitle | String | The title of the product as it appeared in the checkout. | |
| ItemQuantity | Int | The number of units of the product included in the checkout. | |
| ItemPrice | Decimal | The unit price of the product in the store's presentment currency. | |
| SKU | String | A unique stock keeping unit (SKU) used to identify the item in the shop's inventory. | |
| VariantTitle | String | The name or option title of the selected product variant. | |
| Vendor | String | The name of the vendor or supplier that provides the product. | |
| CreatedAt | Datetime | The date and time when the abandoned checkout was created. | |
| UpdatedAt | Datetime | The date and time when the abandoned checkout was last modified. |