Skip to content

Get storage cells

GET
/goodsReception/rest/v1/storage-cells

Returns filtered list of storage cells with location joins

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

filter
Typeobject
Example{ "scan_code": "SC123", "location_name": "Warehouse A" }

Responses

Successful response

application/json
JSON
[
{
"id": 0,
"cellCode": "string",
"description": "string",
"capacity": 0,
"occupied": 0,
"available": 0
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0