--- title: UnitPrice - Customer API description: 'The unit price of the line component. For example, "$9.99 / 100ml".' api_version: unstable api_name: customer source_url: html: 'https://shopify.dev/docs/api/customer/unstable/objects/UnitPrice' md: 'https://shopify.dev/docs/api/customer/unstable/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/unstable/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/unstable/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/unstable/objects/LineItem#field-LineItem.fields.unitPrice)