QuoteCartItem
QuoteCartItem is an auto generated table
Columns
Name | Type | ReadOnly | Description |
ExtensionAttributes | String | False |
This is an auto-generated column |
ItemId | Int | False |
Item ID. Otherwise, null. |
Name | String | False |
Product name. Otherwise, null. |
Price | String | False |
Product price. Otherwise, null. |
ProductOption | String | False |
This is an auto-generated column |
ProductType | String | False |
Product type. Otherwise, null. |
Qty | String | False |
Product quantity. |
QuoteId [KEY] | String | False |
Quote id. |
Sku | String | False |
Product SKU. Otherwise, null. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ItemId_p | String |
This is an auto-generated column |
CartId_p | Int |
The cart ID. |
QuoteId_p | String |
This is an auto-generated column |