Common Columns

Column Name
Description
base_price
Price of an individual unit of a product at the time of sale after catalog price rules, tiered discounts, and special pricing are applied and before any taxes, shipping, or cart discounts are applied. This is represented in the base currency of the store.
created_at
Creation timestamp of the order item, stored locally in UTC. Depending on your configuration in Commerce Intelligence, this timestamp may be converted to a reporting time zone in Commerce Intelligence that differs from your database time zone.
item_id (PK)
Unique identifier for the table.
name
Text name of the order item.
order_id
Foreign key associated with the sales_order table. Join to sales_order.entity_id to determine order attributes associated with the order item.
parent_item_id
Foreign key that relates a simple product to its parent bundle or configurable product. Join to sales_order_item.item_id to determine parent product attributes associated with simple product. For parent order items (that is, bundle or configurable product types), the parent_item_id is NULL.
product_id
Foreign key associated with the catalog_product_entity table. Join to catalog_product_entity.entity_id to determine product attributes associated with the order item.
product_type
Type of product that was sold. Potential product types include: simple, configurable, grouped, virtual, bundle, and downloadable.
qty_ordered
Quantity of units included in the cart for the particular order item at the time of sale.
sku
Unique identifier for the order item that was purchased.
store_id
Foreign key associated with the store table. Join to store.store_id to determine which Commerce store view associated with the order item.