# Get SKU weight Retrieves weight for a SKU including system-calculated conversions. Endpoint: GET /v1/skus/{skuUuid}/weight Version: 1.0.0 Security: Bearer ## Path parameters: - `skuUuid` (string, required) Unique identifier of the SKU. ## Response 200 fields (application/json): - `skuUuid` (string, required) Identifier of the SKU this weight belongs to. - `unit` (string, required) Base unit of measurement for the weight value. Enum: "gram", "kilogram", "pound", "ounce" - `weight` (number, required) Weight measurement in the base unit. - `conversions` (object, required) System-calculated conversions to other configured weight units. Keys are unit identifiers, values are converted weights. ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 404 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 500 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null)