--- title: Weight - Customer API description: A weight, which includes a numeric value and a unit of measurement. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/weight md: https://shopify.dev/docs/api/customer/latest/objects/weight.md --- # Weight object A weight, which includes a numeric value and a unit of measurement. ## Fields * unit [Weight​Unit!](https://shopify.dev/docs/api/customer/latest/enums/WeightUnit) non-null The unit of measurement for `value`. * value [Float!](https://shopify.dev/docs/api/customer/latest/scalars/Float) non-null The weight value using the unit system specified with `unit`. *** ## Map ### Fields with this object * {}[DraftOrderLineItem.weight](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItem#field-weight)