EcommerceCartLines
A list of an ecommerce cart's lines.
Columns
Name | Type | ReadOnly | Description |
StoreId [KEY] | String | True | The StoreId for the table. |
CartId [KEY] | String | True | The CartId for the table. |
Id [KEY] | String | False | A unique identifier for the cart line item. |
ProductId [KEY] | String | False | A unique identifier for the product associated with the cart line item. |
ProductTitle | String | True | The name of the product for the cart line item. |
ProductVariantId [KEY] | String | False | A unique identifier for the product variant associated with the cart line item. |
ProductVariantTitle | String | True | The name of the product variant for the cart line item. |
Quantity | Integer | False | The quantity of a cart line item. |
Price | Decimal | False | The price of a cart line item. |
Last updated