NextGen APIs

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

Http Verb

GET

Url

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

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

Returns the detailed information of a single material item within a Transfer Request.

Path Parameters

Field

Type

Note

transferRequestId

Long

The technical ID of the parent Transfer Request Header.

materialId

Long

The technical ID of the specific item/material record

Query String Parameters (Filters)


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