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.

Create bin type

POST

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

Request

Path parameters

warehouseIdstring

Payload

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

Response

Created

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