The Rest API is deprecated and will be removed in the future. We recommend using the GraphQL API instead. Some endpoints may not be available anymore.

Update bin type

PUT

https://api.pack.cloud/v1/warehouses/{warehouseId}/bin-types/{binTypeId}

Request

Path parameters

warehouseIdstring
binTypeIdstring

Payload

namestring
Name of the bin type
Example:Red picking bin
colorstring
Hex color code
Example:#000000
color_textstring
Hex color code
Example:#FFFFFF

Response

OK

Body

idstring
ID of the bin type
namestring
Name of the bin type
Example:Red picking bin
colorstring
Hex color code
Example:#000000
color_textstring
Hex color code
Example:#FFFFFF
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource