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