NextGen APIs

Stock GET /inventory/warehouses/r1/warehouses/stocks

Http Verb

GET

Url

/inventory/warehouses/r1/warehouses/stocks

Permissions required



Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r2

Released since

2026 W07 (FSM 26.0)

Deprecated since


Removed since


Tech Tags

Inventory, Warehouse, Central

Business Logic

Retrieves a paginated list of current stock records based on filtering criteria.

Path Parameters

Query String Parameters (Filters)

Field

Type

Note

id

Collection<Long>

Filter by stock technical IDs.

warehouseMaterialId

Collection<Long>

Filter by warehouse material IDs.

typeId

Collection<Long>

Filter by stock type IDs.

measureUnitId

Collection<Long>

Filter by measure unit IDs.

quantity

Double

Filter by current quantity.

lastTransactionId

Collection<Long>

Filter by the ID of the last transaction that affected this stock.

serializedMaterialId

Long

Filter by a specific physical serialized material ID.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Type

Description

id

Long

Unique identifier of the stock record.

warehouseMaterialId

Long

Identifier of the associated warehouse material.

typeId

Long

Identifier of the stock type.

measureUnitId

Long

Identifier of the unit of measure.

quantity

Double

The current available quantity.

lastTransactionId

Long

Identifier of the last transaction that updated this stock.

serializedMaterialId

Long

Identifier of the associated physical serialized material, if any.

Response error codes