Retrieve the details of a storage location and all inventory items assigned to it. This public endpoint is called after a user selects a location from the list returned byDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/AndresLopezCorrales/Goods-Inventory/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/ubicaciones/{responsable_id}, allowing them to view the complete inventory for that location before submitting a revision.
Request
Method:GETPath:
/api/items/{ubicacionId}Auth: None
Path Parameters
The
id_location of the target storage location. Obtain this value from the id_location field in the response of GET /api/ubicaciones/{responsable_id}.Response
200 — Success
Returns the location details and a list of all inventory items assigned to that location.Details of the requested storage location.
null if no location exists for the given ubicacionId.Array of inventory item objects assigned to the location. Returns an empty array
[] if the location has no items.ubicacion is null when no location record exists for the supplied ubicacionId. The items array will also be empty in that case.