v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
location

Location - Add Item

Assign an item to a warehouse location.

post/location/add_item

Request body

idstring required

Location ID

item_idstring required

SKULabs item ID to add

on_handnumber required

Initial on-hand quantity

alertnumber

Low-stock alert level

Example request

{
  "id": "507f1f77bcf86cd799439011",
  "item_id": "507f1f77bcf86cd799439011",
  "on_hand": 10,
  "alert": 5
}

Response

Item added to location successfully

successboolean required

Whether the operation succeeded