# POST /shipping-rate-weights.json **POST /shipping-rate-weights.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **code** (string | null) Code - **grams** (number) Grams - **name** (string | null) Name - **price** (number) Price - **priceIncrease** (number | null) Price increase - **shippingRateId** (integer(int32)) Shipping rate - **shippingZone** (string) Shipping zone ## Responses ### 200 Successful response #### Body: application/json (object) - **code** (string | null) Code - **createdAt** (string(date-time)) Created at - **grams** (number) Grams - **id** (integer(int32)) Id - **name** (string | null) Name - **price** (number) Price - **priceIncrease** (number | null) Price increase - **shippingRateId** (integer(int32)) Shipping rate - **shippingZone** (string) Shipping zone - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)