inventory:locations
Warehouse and storage location management.
10 endpoints.
- GET
/api/v1/inventory/locationsList inventory locations - POST
/api/v1/inventory/locationsCreate location - GET
/api/v1/inventory/locations/defaultGet default location - DELETE
/api/v1/inventory/locations/{location_id}Delete location - GET
/api/v1/inventory/locations/{location_id}Get location - PUT
/api/v1/inventory/locations/{location_id}Update location - POST
/api/v1/inventory/locations/{location_id}/archiveArchive location - GET
/api/v1/inventory/locations/{location_id}/inventoryGet inventory at location - POST
/api/v1/inventory/locations/{location_id}/set-defaultSet as default location - GET
/api/v1/inventory/locations/{location_id}/summaryGet location inventory summary