--- title: UnitPrice - Customer API description: The unit price of the line component. For example, "$9.99 / 100ml". api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/unitprice md: https://shopify.dev/docs/api/customer/latest/objects/unitprice.md --- # Unit​Price object The unit price of the line component. For example, "$9.99 / 100ml". ## Fields * measurement [Unit​Price​Measurement!](https://shopify.dev/docs/api/customer/latest/objects/UnitPriceMeasurement) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The unit measurement. For example, "$9.99 / 100ml". * price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The unit price of the variant. For example, "$1 per xy" where price is "$1". *** ## Map ### Fields with this object * {}[LineItem.unitPrice](https://shopify.dev/docs/api/customer/latest/objects/LineItem#field-unitPrice)