> ## 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.

# Magento Metrics & Dimensions

> Complete reference for Magento dimensions and metrics

<Info>
  **Last updated:** August 6, 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"
}}
  >
    68 dimensions
  </div>

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

This reference covers all available dimensions and metrics for Magento 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 Magento data.

### Order

|                                                                                          |                                                                                                                                                       |
| ---------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Increment ID</div>     | Human-readable incrementing identifier for each order<br /><br />**Field Name:** `orderIncrementId`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Status</div>           | Current status of the order (e.g., pending, processing, complete, canceled, closed)<br /><br />**Field Name:** `orderStatus`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order State</div>            | High-level state of the order (new, processing, complete, canceled, holded, closed)<br /><br />**Field Name:** `orderState`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Currency</div>         | ISO code of the currency the customer paid in<br /><br />**Field Name:** `orderCurrency`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Base Currency</div>    | ISO code of the store base currency used for base\_\* totals<br /><br />**Field Name:** `orderBaseCurrency`<br />**Type:** dimension                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Created Date</div>     | Date the order was created (YYYY-MM-DD, UTC)<br /><br />**Field Name:** `orderCreatedDate`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Created Datetime</div> | Timestamp the order was created (UTC)<br /><br />**Field Name:** `orderCreatedDatetime`<br />**Type:** dimension                                      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Updated Date</div>     | Date of the last order update (YYYY-MM-DD, UTC)<br /><br />**Field Name:** `orderUpdatedDate`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Updated Datetime</div> | Timestamp of the last order update (UTC)<br /><br />**Field Name:** `orderUpdatedDatetime`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Payment Method</div>         | Identifier of the payment method used for the order<br /><br />**Field Name:** `paymentMethod`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Method</div>        | Human-readable description of the shipping method<br /><br />**Field Name:** `shippingMethod`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Coupon Code</div>            | Coupon or promo code applied to the order, if any<br /><br />**Field Name:** `couponCode`<br />**Type:** dimension                                    |

### Customer

|                                                                                           |                                                                                                                                |
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer ID</div>             | Unique identifier of the customer (empty for guest checkouts)<br /><br />**Field Name:** `customerId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Group ID</div>       | Identifier of the customer group the customer belongs to<br /><br />**Field Name:** `customerGroupId`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Prefix</div>         | Prefix for the customer's name (e.g., Mr., Ms.)<br /><br />**Field Name:** `customerPrefix`<br />**Type:** dimension           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer First Name</div>     | First name of the customer<br /><br />**Field Name:** `customerFirstName`<br />**Type:** dimension                             |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Middle Name</div>    | Middle name of the customer<br /><br />**Field Name:** `customerMiddleName`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Last Name</div>      | Last name of the customer<br /><br />**Field Name:** `customerLastName`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Name Suffix</div>    | Suffix for the customer's name (e.g., Jr., Sr., III)<br /><br />**Field Name:** `customerNameSuffix`<br />**Type:** dimension  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Gender</div>         | Gender of the customer (Male, Female, Not Specified)<br /><br />**Field Name:** `customerGender`<br />**Type:** dimension      |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Date of Birth</div>  | Date of birth of the customer<br /><br />**Field Name:** `customerDob`<br />**Type:** dimension                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Email</div>          | Email address of the customer<br /><br />**Field Name:** `customerEmail`<br />**Type:** dimension                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Is Guest</div>       | Whether the order was placed as a guest checkout<br /><br />**Field Name:** `customerIsGuest`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customer Tax/VAT Number</div> | Tax or VAT identification number of the customer<br /><br />**Field Name:** `customerTaxVatNumber`<br />**Type:** dimension    |

### Billing Address

|                                                                                        |                                                                                                                                   |
| -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing First Name</div>   | First name on the billing address<br /><br />**Field Name:** `billingFirstName`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Middle Name</div>  | Middle name on the billing address<br /><br />**Field Name:** `billingMiddleName`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Last Name</div>    | Last name on the billing address<br /><br />**Field Name:** `billingLastName`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Company</div>      | Company on the billing address<br /><br />**Field Name:** `billingCompany`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Address Type</div> | Type of the billing address (usually "billing")<br /><br />**Field Name:** `billingAddressType`<br />**Type:** dimension          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Street</div>       | Street address on the billing address (multiple lines joined)<br /><br />**Field Name:** `billingStreet`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing City</div>         | City on the billing address<br /><br />**Field Name:** `billingCity`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Region</div>       | Region / state on the billing address<br /><br />**Field Name:** `billingRegion`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Region ID</div>    | Magento numeric region identifier for the billing address<br /><br />**Field Name:** `billingRegionId`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Region Code</div>  | Region code on the billing address (e.g., CO-BOG)<br /><br />**Field Name:** `billingRegionCode`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Postal Code</div>  | Postal code on the billing address<br /><br />**Field Name:** `billingPostalCode`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Country ID</div>   | ISO two-letter country code on the billing address<br /><br />**Field Name:** `billingCountryId`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Email</div>        | Email address on the billing address<br /><br />**Field Name:** `billingEmail`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Telephone</div>    | Telephone number on the billing address<br /><br />**Field Name:** `billingTelephone`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Billing Fax</div>          | Fax number on the billing address<br /><br />**Field Name:** `billingFax`<br />**Type:** dimension                                |

### Shipping Address

|                                                                                         |                                                                                                                                     |
| --------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping First Name</div>   | First name on the shipping address<br /><br />**Field Name:** `shippingFirstName`<br />**Type:** dimension                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Middle Name</div>  | Middle name on the shipping address<br /><br />**Field Name:** `shippingMiddleName`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Last Name</div>    | Last name on the shipping address<br /><br />**Field Name:** `shippingLastName`<br />**Type:** dimension                            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Company</div>      | Company on the shipping address<br /><br />**Field Name:** `shippingCompany`<br />**Type:** dimension                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Address Type</div> | Type of the shipping address (usually "shipping")<br /><br />**Field Name:** `shippingAddressType`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Street</div>       | Street address on the shipping address (multiple lines joined)<br /><br />**Field Name:** `shippingStreet`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping City</div>         | City on the shipping address<br /><br />**Field Name:** `shippingCity`<br />**Type:** dimension                                     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Region</div>       | Region / state on the shipping address<br /><br />**Field Name:** `shippingRegion`<br />**Type:** dimension                         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Region ID</div>    | Magento numeric region identifier for the shipping address<br /><br />**Field Name:** `shippingRegionId`<br />**Type:** dimension   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Region Code</div>  | Region code on the shipping address (e.g., CO-BOG)<br /><br />**Field Name:** `shippingRegionCode`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Postal Code</div>  | Postal code on the shipping address<br /><br />**Field Name:** `shippingPostalCode`<br />**Type:** dimension                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Country ID</div>   | ISO two-letter country code on the shipping address<br /><br />**Field Name:** `shippingCountryId`<br />**Type:** dimension         |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Email</div>        | Email address on the shipping address<br /><br />**Field Name:** `shippingEmail`<br />**Type:** dimension                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Telephone</div>    | Telephone number on the shipping address<br /><br />**Field Name:** `shippingTelephone`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Shipping Fax</div>          | Fax number on the shipping address<br /><br />**Field Name:** `shippingFax`<br />**Type:** dimension                                |

### Store

|                                                                                |                                                                                                                                            |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Store Domain</div> | Hostname of the Magento store the order was placed on<br /><br />**Field Name:** `storeDomain`<br />**Type:** dimension                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Store ID</div>     | Magento numeric identifier of the store view<br /><br />**Field Name:** `storeId`<br />**Type:** dimension                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Store Name</div>   | Website > Store > Store View hierarchy name as configured in Magento Admin<br /><br />**Field Name:** `storeName`<br />**Type:** dimension |

### Items

|                                                                                         |                                                                                                                                                      |
| --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item ID</div>               | Unique identifier of the order line item<br /><br />**Field Name:** `itemId`<br />**Type:** dimension                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Order ID</div>         | Identifier of the order the line item belongs to<br /><br />**Field Name:** `itemOrderId`<br />**Type:** dimension                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Quote Item ID</div>    | Identifier of the cart line item that this order item was converted from<br /><br />**Field Name:** `itemQuoteItemId`<br />**Type:** dimension       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item SKU</div>              | SKU of the product on the line item<br /><br />**Field Name:** `itemSku`<br />**Type:** dimension                                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product ID</div>            | Magento product ID<br /><br />**Field Name:** `productId`<br />**Type:** dimension                                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Name</div>          | Display name of the product<br /><br />**Field Name:** `productName`<br />**Type:** dimension                                                        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Product Type</div>          | Type of the product (simple, configurable, bundle, grouped, virtual, downloadable)<br /><br />**Field Name:** `productType`<br />**Type:** dimension |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Created Date</div>     | Date the order line item was created<br /><br />**Field Name:** `itemCreatedDate`<br />**Type:** dimension                                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Created Datetime</div> | Timestamp the order line item was created<br /><br />**Field Name:** `itemCreatedDatetime`<br />**Type:** dimension                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Updated Date</div>     | Date of the last line item update<br /><br />**Field Name:** `itemUpdatedDate`<br />**Type:** dimension                                              |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Updated Datetime</div> | Timestamp of the last line item update<br /><br />**Field Name:** `itemUpdatedDatetime`<br />**Type:** dimension                                     |

## Metrics

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

### Order

|                                                                                                     |                                                                                                                                  |
| --------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Orders</div>                            | Total number of orders<br /><br />**Field Name:** `orders`<br />**Type:** metric                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Quantity</div>                    | Total quantity of items in the orders<br /><br />**Field Name:** `orderQuantity`<br />**Type:** metric                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Subtotal</div>                    | Order subtotal before tax and discounts (order currency)<br /><br />**Field Name:** `orderSubtotal`<br />**Type:** metric        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Subtotal (Incl. Tax)</div>        | Order subtotal including tax (order currency)<br /><br />**Field Name:** `orderSubtotalInclTax`<br />**Type:** metric            |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Discount</div>                    | Total discount amount applied to the order (order currency)<br /><br />**Field Name:** `orderDiscount`<br />**Type:** metric     |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Tax</div>                         | Total tax amount on the order (order currency)<br /><br />**Field Name:** `orderTax`<br />**Type:** metric                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Shipping & Handling</div>         | Total shipping and handling charges (order currency)<br /><br />**Field Name:** `orderShippingAndHandling`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Grand Total</div>                 | Final order total after adjustments (order currency)<br /><br />**Field Name:** `orderGrandTotal`<br />**Type:** metric          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Grand Total (Base Currency)</div> | Final order total converted to store base currency<br /><br />**Field Name:** `orderBaseGrandTotal`<br />**Type:** metric        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Total Paid</div>                  | Total amount paid on the order (order currency)<br /><br />**Field Name:** `orderTotalPaid`<br />**Type:** metric                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Total Refunded</div>              | Total amount refunded on the order (order currency)<br /><br />**Field Name:** `orderTotalRefunded`<br />**Type:** metric        |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Total Due</div>                   | Amount still due on the order (order currency)<br /><br />**Field Name:** `orderTotalDue`<br />**Type:** metric                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Order Weight</div>                      | Total weight of the order<br /><br />**Field Name:** `orderWeight`<br />**Type:** metric                                         |

### Customer

|                                                                             |                                                                                                    |
| --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Customers</div> | Count of customers on returned orders<br /><br />**Field Name:** `customers`<br />**Type:** metric |

### Items

|                                                                                                           |                                                                                                                                                                     |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Original Price</div>                     | Original unit price before discounts (order currency)<br /><br />**Field Name:** `itemOriginalPrice`<br />**Type:** metric                                          |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Price</div>                              | Unit price of the item after discounts (order currency)<br /><br />**Field Name:** `itemPrice`<br />**Type:** metric                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Quantity Ordered</div>                   | Quantity of the item ordered<br /><br />**Field Name:** `itemQuantityOrdered`<br />**Type:** metric                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Quantity Invoiced</div>                  | Quantity of the item invoiced<br /><br />**Field Name:** `itemQuantityInvoiced`<br />**Type:** metric                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Quantity Shipped</div>                   | Quantity of the item shipped<br /><br />**Field Name:** `itemQuantityShipped`<br />**Type:** metric                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Quantity Refunded</div>                  | Quantity of the item refunded<br /><br />**Field Name:** `itemQuantityRefunded`<br />**Type:** metric                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Quantity Returned</div>                  | Quantity of the item physically returned by the customer<br /><br />**Field Name:** `itemQuantityReturned`<br />**Type:** metric                                    |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Quantity Canceled</div>                  | Quantity of the item canceled<br /><br />**Field Name:** `itemQuantityCanceled`<br />**Type:** metric                                                               |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Subtotal</div>                           | Row subtotal for the item before tax and discounts<br /><br />**Field Name:** `itemSubtotal`<br />**Type:** metric                                                  |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Tax Amount</div>                         | Tax amount applied to the item row<br /><br />**Field Name:** `itemTaxAmount`<br />**Type:** metric                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Tax Percent</div>                        | Tax percentage applied to the item<br /><br />**Field Name:** `itemTaxPercent`<br />**Type:** metric                                                                |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Tax Canceled</div>                       | Tax amount canceled on the item (when parts of the order are canceled)<br /><br />**Field Name:** `itemTaxCanceled`<br />**Type:** metric                           |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Discount Amount</div>                    | Discount amount applied to the item row<br /><br />**Field Name:** `itemDiscountAmount`<br />**Type:** metric                                                       |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Discount Tax Compensation Canceled</div> | Discount tax compensation amount canceled on the item (Magento tax rollback)<br /><br />**Field Name:** `itemDiscountTaxCompensationCanceled`<br />**Type:** metric |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Total</div>                              | Final total for the item row after tax and discounts<br /><br />**Field Name:** `itemTotal`<br />**Type:** metric                                                   |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Refund Amount</div>                      | Amount refunded on the item row<br /><br />**Field Name:** `itemRefundAmount`<br />**Type:** metric                                                                 |
| <div style={{width: "min(200px, 35vw)", minWidth: "120px"}}>Item Weight</div>                             | Weight of a single unit of the item<br /><br />**Field Name:** `itemWeight`<br />**Type:** metric                                                                   |

***

## Related

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

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

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

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