Anchor to Weight
objectWeight
A weight measurement with its numeric value and unit. Used throughout the API, for example in shipping calculations, delivery conditions, order line items, and inventory measurements.
The weight combines a decimal value with a standard unit of measurement to ensure consistent weight handling across different regional systems.
Anchor to FieldsFields
- unit (WeightUnit!)
- value (Float!)
- Anchor to unitunit•Weight
Unit! non-null The unit of measurement for
value.- Anchor to valuevalue•Float!non-null
The weight value using the unit system specified with
unit.
Was this section helpful?