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