NextGen APIs

Transfer Request Items GET /inventory/warehouses/r1/transfer-requests/{transferRequestId}/materials

Http Verb

GET

Url

/inventory/warehouses/r1/transfer-requests/{transferRequestId}/materials

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

This API allows searching and filtering materials (items) within a specific Transfer Request based on criteria like material ID, stock type, or status.

Path Parameters

Field

Type

Note

transferRequestId

Long

The technical ID of the parent Transfer Request Header.

Query String Parameters (Filters)


Field

Type

Note

id

Collection<Long>

Filter by item technical IDs.

materialId

Collection<Long>

Filter by material IDs.

stockTypeId

Collection<Long>

Filter by stock type IDs.

measureUnitId

Collection<Long>

Filter by measure unit IDs.

expectedQuantity

Double

Filter by specific requested quantity.

active

Boolean

Filter by active/inactive status.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Type

Description

id

Long

Unique identifier of the transfer request material item.

headerId

Long

Identifier of the parent Transfer Request Header.

materialId

Long

Identifier of the specific material.

stockTypeId

Long

Reference to the stock type.

measureUnitId

Long

Identifier of the unit of measure.

expectedQuantity

Double

The total quantity of material requested.

sentQuantity

Double

The quantity of material effectively shipped.

receivedQuantity

Double

The quantity of material confirmed at destination.

active

Boolean

Flag indicating if the transfer item is currently active.

Response error codes