Products Table
products_table
The Products table offers a comprehensive overview of products listed within your e-commerce platform, detailing attributes such as ID, title, vendor, status, and type. By querying this table, users can gain insights into product performance, inventory management, and sales trends, enabling strategic decisions around product listings, promotions, and stock levels.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
---|---|---|---|
Collections |
| repeated string | Collections the product belongs to, as set within the main sales platform. Example values: |
Product ID |
| string | The unique ID of the product as set within the main sales platform. Example value: |
Product Status |
| string | The status of the product. Example values: |
Product Tags |
| repeated string | Tags associated with the product, assigned by the seller in the main sales platform. Example values: |
Product Name |
| string | The name (or title) of the product as set within the main sales platform. Example values: |
Product Type |
| string | The product type as set within the main sales platform. Example values: |
Product Variants |
| record repeated | Details about the product variants associated with the order. |
Variant ID |
| string | The unique ID of the product variant as set within the main sales platform. Example value: |
Variant Name |
| string | The name (or title) of the product variant as set within the main sales platform. Example values: |
Variant SKU |
| string | The SKU (Stock Keeping Unit) for the product variant as set within the main sales platform. Example values: |
Variant Price |
| numeric | The price of a single product variant (to the buyer). Example values: |
Variant Inventory Quantity |
| numeric | The number of items in stock for the product variant. Example values: |
Vendor |
| string | The vendor of the product variant. Example values: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
Title | ID | Type | Description |
---|---|---|---|
Product Inventory Quantity |
| numeric | The number of items in stock for the product. Example values: |
Updated 18 days ago