> ## Documentation Index
> Fetch the complete documentation index at: https://support.detrics.io/llms.txt
> Use this file to discover all available pages before exploring further.

# VTEX Metrics & Dimensions

> Complete reference for VTEX store dimensions and metrics

<Info>
  **Last updated:** June 16, 2026
</Info>

<div style={{display: "flex", gap: "8px", marginBottom: "20px"}}>
  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    40 dimensions
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    8 metrics
  </div>
</div>

This reference covers all available dimensions and metrics for VTEX data through Detrics. Use this guide to understand what data you can extract and how to structure your queries.

<div style={{display: "flex", gap: "8px", marginBottom: "20px", alignItems: "center"}}>
  <span style={{fontSize: "14px", fontWeight: "500", color: "#6B7280"}}>Supported destinations:</span>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    Google Sheets
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    Claude
  </div>

  <div
    style={{
backgroundColor: "#f3f4f6",
color: "#374151",
padding: "4px 12px",
borderRadius: "16px",
fontSize: "14px",
fontWeight: "500"
}}
  >
    BigQuery
  </div>
</div>

## Dimensions

Dimensions are the attributes you can use to segment and group your VTEX data.

### Orders

|                                                                                      |                                                                                                                         |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order ID</div>           | Unique identifier for the order<br /><br />**Field Name:** `orderId`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Sequence</div>     | Sequential number of the order<br /><br />**Field Name:** `orderSequence`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Status</div>             | Current status of the order<br /><br />**Field Name:** `status`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Status Description</div> | Human-readable description of the order status<br /><br />**Field Name:** `statusDescription`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Client Name</div>        | Name of the customer who placed the order<br /><br />**Field Name:** `clientName`<br />**Type:** dimension              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Names</div>      | Payment method names used in the order<br /><br />**Field Name:** `paymentNames`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Sales Channel</div>      | Sales channel through which the order was placed<br /><br />**Field Name:** `salesChannel`<br />**Type:** dimension     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Origin</div>             | Origin of the order (e.g., Marketplace, Fulfillment)<br /><br />**Field Name:** `origin`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Affiliate ID</div>       | Identifier of the affiliate associated with the order<br /><br />**Field Name:** `affiliateId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Currency Code</div>      | Currency code used in the order<br /><br />**Field Name:** `currencyCode`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Hostname</div>           | Store hostname where the order was placed<br /><br />**Field Name:** `hostname`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Is Complete</div>  | Whether the order is fully complete<br /><br />**Field Name:** `orderIsComplete`<br />**Type:** dimension               |

### Order Dates

|                                                                                           |                                                                                                                  |
| ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Creation Date</div>           | Date the order was created<br /><br />**Field Name:** `creationDate`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Authorized Date</div>         | Date the order payment was authorized<br /><br />**Field Name:** `authorizedDate`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Approved Date</div>   | Date the payment was approved<br /><br />**Field Name:** `paymentApprovedDate`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Ready For Handling Date</div> | Date the order was ready for handling<br /><br />**Field Name:** `readyForHandlingDate`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Last Change Date</div>        | Date of the last change to the order<br /><br />**Field Name:** `lastChangeDate`<br />**Type:** dimension        |

### Order Shipping & Delivery

|                                                                                           |                                                                                                                         |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Estimated Date</div> | Estimated shipping delivery date<br /><br />**Field Name:** `shippingEstimatedDate`<br />**Type:** dimension            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Is All Delivered</div>        | Whether all items in the order have been delivered<br /><br />**Field Name:** `isAllDelivered`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Is Any Delivered</div>        | Whether any items in the order have been delivered<br /><br />**Field Name:** `isAnyDelivered`<br />**Type:** dimension |

### Products

|                                                                                 |                                                                                                     |
| ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product ID</div>    | Unique identifier for the product<br /><br />**Field Name:** `productId`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Name</div>  | Name of the product<br /><br />**Field Name:** `productName`<br />**Type:** dimension               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Brand ID</div>      | Unique identifier for the brand<br /><br />**Field Name:** `brandId`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Brand Name</div>    | Name of the brand<br /><br />**Field Name:** `brandName`<br />**Type:** dimension                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Category ID</div>   | Unique identifier for the category<br /><br />**Field Name:** `categoryId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Category Name</div> | Name of the category<br /><br />**Field Name:** `categoryName`<br />**Type:** dimension             |

### Product Details

|                                                                                        |                                                                                                             |
| -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Reference ID</div> | External reference ID for the product<br /><br />**Field Name:** `productRefId`<br />**Type:** dimension    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Link ID</div>      | URL-friendly identifier for the product<br /><br />**Field Name:** `productLinkId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Description</div>  | Description of the product<br /><br />**Field Name:** `productDescription`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Release Date</div>         | Product release date<br /><br />**Field Name:** `releaseDate`<br />**Type:** dimension                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Title</div>        | Title of the product<br /><br />**Field Name:** `productTitle`<br />**Type:** dimension                     |

### SKUs

|                                                                                        |                                                                                                          |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU ID</div>               | Unique identifier for the SKU<br /><br />**Field Name:** `skuId`<br />**Type:** dimension                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU Product ID</div>       | Product ID associated with this SKU<br /><br />**Field Name:** `skuProductId`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU Name</div>             | Name of the SKU<br /><br />**Field Name:** `skuName`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU Reference ID</div>     | External reference ID for the SKU<br /><br />**Field Name:** `skuRefId`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU Measurement Unit</div> | Unit of measurement for the SKU<br /><br />**Field Name:** `skuMeasurementUnit`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU Is Kit</div>           | Whether the SKU is a kit<br /><br />**Field Name:** `skuIsKit`<br />**Type:** dimension                  |

### Inventory

|                                                                                    |                                                                                                       |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Inventory SKU ID</div> | SKU ID in the inventory context<br /><br />**Field Name:** `inventorySkuId`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Warehouse ID</div>     | Unique identifier for the warehouse<br /><br />**Field Name:** `warehouseId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Warehouse Name</div>   | Name of the warehouse<br /><br />**Field Name:** `warehouseName`<br />**Type:** dimension             |

## Metrics

Metrics are the numerical values you can measure and analyze from your VTEX campaigns.

### Orders

|                                                                               |                                                                                                  |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Value</div> | Total monetary value of the order<br /><br />**Field Name:** `totalValue`<br />**Type:** metric  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Items</div> | Total number of items in the order<br /><br />**Field Name:** `totalItems`<br />**Type:** metric |

### SKU Pricing

|                                                                                          |                                                                                                                |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU Price</div>              | Current selling price of the SKU<br /><br />**Field Name:** `skuPrice`<br />**Type:** metric                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU List Price</div>         | Original list price of the SKU<br /><br />**Field Name:** `skuListPrice`<br />**Type:** metric                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>SKU Available Quantity</div> | Available quantity of the SKU in stock<br /><br />**Field Name:** `skuAvailableQuantity`<br />**Type:** metric |

### Inventory

|                                                                                      |                                                                                                                   |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Total Quantity</div>     | Total quantity of inventory<br /><br />**Field Name:** `inventoryTotalQuantity`<br />**Type:** metric             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Reserved Quantity</div>  | Quantity reserved for pending orders<br /><br />**Field Name:** `inventoryReservedQuantity`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Available Quantity</div> | Quantity available for sale<br /><br />**Field Name:** `inventoryAvailableQuantity`<br />**Type:** metric         |

***

## Related

<CardGroup cols={2}>
  <Card title="Fields Catalog" icon="book" href="/fields-catalog/index">
    Browse all platforms
  </Card>

  <Card title="Shopify Fields" icon="chart-bar" href="/data-source/shopify/fields">
    Shopify metrics & dimensions
  </Card>

  <Card title="TiendaNube Fields" icon="chart-bar" href="/data-source/tiendanube/fields">
    TiendaNube metrics & dimensions
  </Card>

  <Card title="WooCommerce Fields" icon="chart-bar" href="/data-source/woocommerce/fields">
    WooCommerce metrics & dimensions
  </Card>
</CardGroup>
