NextGen APIs

Stock Change GET /inventory/warehouses/r1/warehouses/stocks/changes

Http Verb

GET

Url

/inventory/warehouses/r1/warehouses/stocks/changes

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 existing stock change requests based on specific filtering criteria.

Path Parameters

Query String Parameters (Filters)

Field

Type

Note

id

Collection<Long>

Filter by stock change request IDs.

warehouseId

Collection<Long>

Filter by the warehouse ID where the change occurs.

materialId

Collection<Long>

Filter by specific material IDs.

serializedMaterialId

Collection<Long>

Filter by physical serialized material IDs.

measureUnitId

Collection<Long>

Filter by unit of measure IDs.

quantity

Double

Filter by the exact quantity requested to change.

processed

Boolean

Filter by the processing status of the request.

creationUserId

Collection<Long>

Filter by the user who created the request.

creationDate

ZonedDateTimeRange

Filter by a date range when the request was created.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Type

Description

id

Long

Unique identifier of the stock change request.

warehouseId

Long

Identifier of the warehouse where the change takes place.

materialId

Long

Identifier of the material affected.

serializedMaterialId

Long

Identifier of the physical serialized item (if applicable).

measureUnitId

Long

Identifier of the unit of measure.

outgoingStockTypeId

Long

The stock type the material is moved from.

incomingStockTypeId

Long

The stock type the material is moved to.

quantity

Double

The quantity of material requested to change state.

processed

Boolean

Flag indicating if the change has been executed.

creationUserId

Long

Identifier of the user who initiated the request.

creationDate

ZonedDateTime

Timestamp of when the request was generated.

Response error codes