# POST /shipping-rate-product-types.json **POST /shipping-rate-product-types.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **name** (string) 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) - **createdAt** (string(date-time)) Created at - **id** (integer(int32)) Id - **name** (string) 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)