- BizeeBuy API Introduction
- V1
- Authentication
- Masters
- Purchase
- GRN
- Inventory
- Production
- Sales
- TrueGradient
Get Warehouse List
GET
https://api.bizeebuy.com/v1/warehouse/warehouse-list
Request
Header Params
Authorization
string
required
Example:
Bearer 3e4b6e748d872a95aa39483ca54b27cb49eb464f
Responses
🟢200Success
application/json
Body
location
string
required
address
string
required
city
string
required
pincode
string
required
gstn
string
required
key
string
required
Examples
{
"data": [
{
"location": "Central Warehouse",
"address": "Central Warehouse",
"city": null,
"pincode": null,
"gstn": null,
"key": "cfcd208495d565ef66e7dff9f98764da"
},
{
"location": "Delhi Warehouse",
"address": "Dwarka Sector 14",
"city": "Delhi",
"pincode": "110018",
"gstn": "07CLRPK4545D1ZE",
"key": "9bf31c7ff062936a96d3c8bd1f8f2ff3"
},
{
"location": "Mumbai Warehouse",
"address": "A-15, Boriwali , Bandra",
"city": "Mumbai",
"pincode": "166845",
"gstn": "27CLRPK4545D1ZE",
"key": "c74d97b01eae257e44aa9d5bade97baf"
},
{
"location": "Kolkata Warehouse",
"address": "D-16, Howrah",
"city": "Kolkata",
"pincode": "545454",
"gstn": null,
"key": "70efdf2ec9b086079795c442636b55fb"
},
{
"location": "Generating code ",
"address": "A-25 sector-14 pick 2, Dwarka,",
"city": "Delhi",
"pincode": "110078",
"gstn": "07CLRPK4545D1ZE",
"key": "f457c545a9ded88f18ecee47145a72c0"
},
{
"location": "Assam Tata Motor",
"address": "Naga road",
"city": "Raxaul",
"pincode": "845305",
"gstn": "18CLRPK4545D1ZE",
"key": "c0c7c76d30bd3dcaefc96f40275bdc0a"
},
{
"location": "Guntor",
"address": "Ship Add Ware New Add",
"city": "Guntor",
"pincode": "125665",
"gstn": "",
"key": "fbd7939d674997cdb4692d34de8633c4"
},
{
"location": "New Ware Location",
"address": "Send",
"city": "Noida",
"pincode": "112545",
"gstn": "09CLRPK4545D1ZE",
"key": "28dd2c7955ce926456240b2ff0100bde"
},
{
"location": "Noida Warehouse",
"address": "Sector 15, New market",
"city": "Noida",
"pincode": "126601",
"gstn": "",
"key": "fe9fc289c3ff0af142b6d3bead98a923"
},
{
"location": "New Wareohuse Added",
"address": "New Wareohuse Added",
"city": "Delhi",
"pincode": "623051",
"gstn": "",
"key": "2b24d495052a8ce66358eb576b8912c8"
}
],
"_links": {
"self": {
"href": "http://127.0.0.1/bizeebuy/rest/web/v1/warehouse/warehouse-list?page=1"
},
"first": {
"href": "http://127.0.0.1/bizeebuy/rest/web/v1/warehouse/warehouse-list?page=1"
},
"last": {
"href": "http://127.0.0.1/bizeebuy/rest/web/v1/warehouse/warehouse-list?page=1"
}
},
"_meta": {
"totalCount": 10,
"pageCount": 1,
"currentPage": 1,
"perPage": 20
}
}