OrderLineItemOptions
Returns data from a sample table.
Columns
Name | Type | References | Description |
OrderId [KEY] | String |
Orders.OrderId | Order ID. |
LineId [KEY] | Integer | Product line ID. | |
OrderTime | Datetime | The date and time when the order was made. | |
SellerId | String | Store account ID. | |
ItemId | String | Product ID. | |
ItemOptionIndex | Integer | Item Option Index. This is only shown when product option is set. | |
ItemOptionName | String | Item Option Name. This is only shown when product option is set. | |
ItemOptionValue | String | Item Option Value. This is only shown when product option is set. |