WarehousegetBffWarehousePolicyList
Parameters
5 query
Query · 5
warehouseIdstringproductIdstringproductVariantIdstringlimitstringoffsetstringRequest
GET /bff/warehouse/policy/list
curl -X GET "https://api.bizkithub.com/bff/warehouse/policy/list?warehouseId=example_warehouseId&productId=example_productId&productVariantId=example_productVariantId&limit=example_limit&offset=example_offset" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"warehouseId": 0,
"warehouseName": "example_warehouseName",
"itemLabel": "example_itemLabel",
"allowBackorder": false,
"isActive": false,
"insertedDate": "example_insertedDate",
"updatedDate": "example_updatedDate"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.