Warehouse
Parameter
Status : string Aktif(1) , Pasif(0)
Name : string
note
X-Client Key is the API-Key information found in the Api Definitions in the Shopiverse panel. Api Request limit is fixed as 2 requests per minute.
note
To attract suppliers on Shopiverse, you can try the Warehouse Api GetWarehouse method by entering the necessary information via the ShopiVerse Api as above and creating the necessary request. .
Responses
Code 200 Success Response
{
"data": [
{
"status": "0 - Pasif",
"warehouseType": "0 - EcommerceWarehouse",
"name": "string",
"code": "string"
}
],
"success": true,
"message": "string"
}
Code 400 BadRequest
{
"success": true,
"message": "string"
}