DocsAPI ReferenceWarehouse/bff/warehouse/policy/list
getWarehouseAdmin BFF

/bff/warehouse/policy/list

List stock policies (Tier 1 #4)

WarehousegetBffWarehousePolicyList

Parameters

5 query

5 total
Query · 5
warehouseIdstring
productIdstring
productVariantIdstring
limitstring
offsetstring

Request

GET /bff/warehouse/policy/list

get
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.

Get API Key