v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
location

Location - Remove Item

Remove an item from a warehouse location assignment.

delete/location/remove_item

Request body

idstring required

Location ID

item_idstring required

SKULabs item ID to remove from location

Example request

{
  "id": "507f1f77bcf86cd799439011",
  "item_id": "507f1f77bcf86cd799439011"
}

Response

Item removed from location successfully

successboolean required

Whether the operation succeeded