WarehousegetBffWarehouseMovementList
Parameters
11 query
Query · 11
warehouseIdstringproductIdstringNumeric product id (alternative to productCode).
productCodestringProduct code (preferred over productId).
productVariantIdstringNumeric variant id (alternative to productVariantCode).
productVariantCodestringVariant code; requires productCode.
typestringinbound | outbound | transfer | adjustment | reservation | reservation_release | reservation_commit
orderIdstringFilter movements coupled to one order (Tier 1 reservation/commit linkage).
dateFromstringISO datetime — lower bound (inclusive).
dateTostringISO datetime — upper bound (exclusive).
limitstringoffsetstringRequest
GET /bff/warehouse/movement/list
curl -X GET "https://api.bizkithub.com/bff/warehouse/movement/list?warehouseId=example_warehouseId&productId=example_productId&productCode=example_productCode&productVariantId=example_productVariantId&productVariantCode=example_productVariantCode&type=example_type&orderId=example_orderId&dateFrom=example_dateFrom&dateTo=example_dateTo&limit=example_limit&offset=example_offset" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"itemLabel": "example_itemLabel",
"quantity": 0,
"performedDate": "example_performedDate"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.