NextGen APIs

Warehouse Materials GET /inventory/warehouses/r1/warehouses/{warehouseId}/allowed-materials/{warehouseMaterialId}

Http Verb

GET

Url

Warehouse Materials GET /inventory/warehouses/r1/warehouses/{warehouseId}/allowed-materials/{warehouseMaterialId}

Permissions required


Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2026 W2 (FSM 23.0)

Deprecated since


Removed since


Tech Tags


Business Logic

This API returns the requested warehouse material.

Path Parameters

Field

Note

warehouseId


warehouseMaterialId


Query String Parameters

Fields ℹ️

Default.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Type

Description

id

Long

Unique identifier of the warehouse material record.

warehouseId

Long

Identifier of the warehouse associated with the material.

materialId

Long

Identifier of the material.

measureUnitId

Long

Identifier of the unit of measurement.

minStockQuantity

Double

Minimum stock quantity threshold.

maxStockQuantity

Double

Maximum stock quantity threshold.

active

Boolean

Indicates if the warehouse material association is active.

generatedByScheduling

Boolean

Indicates if the record was automatically created by the scheduling engine.

insertUserId

Long

ID of the user who created the record.

insertDate

ZonedDateTime

Timestamp of when the record was created.

updateUserId

Long

ID of the user who last updated the record.

updateDate

ZonedDateTime

Timestamp of the last update.

Response error codes