--- title: Weight - GraphQL Admin description: A weight, which includes a numeric value and a unit of measurement. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/weight md: https://shopify.dev/docs/api/admin-graphql/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/admin-graphql/latest/enums/WeightUnit) non-null The unit of measurement for `value`. * value [Float!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Float) non-null The weight value using the unit system specified with `unit`. *** ## Map ### Fields with this object * {}[CalculatedDraftOrderLineItem.weight](https://shopify.dev/docs/api/admin-graphql/latest/objects/CalculatedDraftOrderLineItem#field-CalculatedDraftOrderLineItem.fields.weight) * {}[DraftOrderLineItem.weight](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.weight) * {}[FulfillmentOrderLineItem.weight](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrderLineItem#field-FulfillmentOrderLineItem.fields.weight) * {}[InventoryItemMeasurement.weight](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryItemMeasurement#field-InventoryItemMeasurement.fields.weight) * {}[ReturnLineItem.totalWeight](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnLineItem#field-ReturnLineItem.fields.totalWeight) ### Possible type in * [Delivery​Condition​Criteria](https://shopify.dev/docs/api/admin-graphql/latest/unions/DeliveryConditionCriteria)