The REST API is deprecated and will be removed in the future. Some endpoints may no longer be available. Use the GraphQL API instead.

Create bins in bulk

POST

https://api.pack.cloud/v1/warehouses/{warehouseId}/bins/bulk

Request

Path parameters

warehouseIdstring

Payload

bin_type_idstringrequired
ID of the bin type
codestring
Code
Example:WB0000001

Response

OK

Body

idstring
ID of the bin
bin_type_idstring
ID of the bin type
trolley_idstringnull
ID of the trolley
trolley_positionintegernull
Position of the bin in trolley
codestring
Code
Example:WB0000001
namestring
Human readable name
Example:WB0000001
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource