NextGen APIs

Stock Change GET /inventory/warehouses/r1/warehouses/stocks/changes/{stockChangeRequestId}

Http Verb

GET

Url

/inventory/warehouses/r1/warehouses/stocks/changes/{stockChangeRequestId}

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 the specific details of a single stock change request.

Path Parameters

Field

Type

Note

stockChangeRequestId

Long

The parent Transfer Request ID.

Query String Parameters (Filters)


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