# Set SKU weight Sets weight for a SKU. Value is provided in the organization's base weight unit. Endpoint: POST /v1/skus/{skuUuid}/weight Version: 1.0.0 Security: Bearer ## Path parameters: - `skuUuid` (string, required) Unique identifier of the SKU. ## Request fields (application/json): - `weight` (number, required) Weight measurement in the organization's base weight unit. Maximum: 99999999999999.9999. ## Response 201 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 409 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 422 fields (application/problem+json): - `errors` (array) - `errors.code` (string, required) - `errors.message` (string, required) - `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)