v1
latestOpenAPI 3.0.32026-07-13149852.3 MBwarehouse
Warehouse - Create
Create a new warehouse with name and address details.
post/warehouse/create
Request body
Example request
{
"name": "Main Warehouse"
}Response
Warehouse created
Example response
{
"_id": "507f1f77bcf86cd799439011"
}