API
Search…
Introduction to API v2
Guides
Getting started
Authorization
Delivery Notes Integrations
API Reference
General
Enums
Entity
Branch
Category
Cloud
Course
Customer
Delivery Note
Discount group
EET subject
Employee
Money log
Order
Order item
Product
Product Customization
Product Ingredient
Reservation
Supplier
Table
Tag
Warehouse
Warehouse Branch
Others
Reports
POS actions
Release notes
Webhook
Third-party libraries
Migration
Migrating from API v1
API v1 Services
Branch Service
Category Service
Customer Service
Employee Service
OAuth2 Login Service
POS action service
Product Service
Reservation Service
Sale Service
Stock Service
Supplier Service
Tableseat Service
Tag Service
Warehouse Service
Powered By
GitBook
Warehouse Service
Get All Warehouses for Cloud
GET
/api/warehouse/:cloudId
GET
/v2/clouds/:cloudId/warehouses
Get Warehouse
GET
/api/warehouse/:cloudId/:warehouseId
GET
/v2/clouds/:cloudId/warehouses/:warehouseId
Create Warehouse
POST /
api/warehouse/:cloudId/create
POST
/v2/clouds/:cloudId/warehouses
Update Warehouse Field
POST
/api/warehouse/:cloudId/:warehouseId/update
Replace or create
PUT
/v2/clouds/:cloudId/warehouses
PUT
/v2/clouds/:cloudId/warehouses/:warehouseId
Partial update
PATCH
/v2/clouds/:cloudId/warehouses/:warehouseId
Delete Warehouse
GET
/api/warehouse/:cloudId/:warehouseId/delete
DELETE
/v2/clouds/:cloudId/warehouses/:warehouseId
Previous
Tag Service
Last modified
1yr ago
Export as PDF
Copy link
Outline
Get All Warehouses for Cloud
Get Warehouse
Create Warehouse
Update Warehouse Field
Delete Warehouse