cURL
curl --request POST \ --url https://app.buylo.ai/api/inventories/manual/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "location_id": "1", "epc_ids": [ "BNOYQ", "NDXDU", "6XVKJ", "FHT1K", "8YMQ1" ] } '
{ "success": true, "created_count": 5, "details": [ { "epc_id": "BNOYQ", "status": "created", "message": "Inventory item created" }, { "epc_id": "NDXDU", "status": "created", "message": "Inventory item created" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identifier of the location where inventory is created.
"1"
Array of EPC identifiers to include in the manual inventory.
1
OK
Number of inventory items created
Show child attributes