NextGen APIs

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

Http Verb

GET

Url

inventory/warehouses/r1/inventory/warehouses/r1/warehouses/{warehouseId}/allowed-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 enables searching and filtering central warehouses (Central Warehouses) based on various criteria (code, state, type, etc.) and returns a collection of detailed DTO objects.

Path Parameters

Field

Note

warehouseId

 

Query String Parameters (Filters)


Field

Type

Note

id

Collection<Long>

Filter by one or more technical IDs of the warehouse material records.

materialId

Collection<Long>

Filter by one or more material identifiers.

measureUnitId

Collection<Long>

Filter by one or more unit of measurement identifiers.

minStockQuantity

Double

Filter by a specific minimum stock quantity value.

maxStockQuantity

Double

Filter by a specific maximum stock quantity value.

active

Boolean

Filter by the active status of the warehouse material record (true/false).

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