NextGen APIs

Central Warehouse GET /inventory/warehouses/r1/warehouses/central-warehouses

Http Verb

GET

Url

inventory/warehouses/r1/warehouses/central-warehouses

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

No path parameters are expected for the global search.

Query String Parameters (Filters)


Field

Type

Note

id

Collection<Long>

Filter by warehouse technical IDs.

code

Collection<String>

Filter by alphanumeric code.

description

LocalizedString

Filter by description (supports internationalization).

externalCode

String

Filter by external integration code.

stateId

Collection<Long>

Filter by warehouse state ID.

operationCenter

Long

Filter by owning Operation Center.

address

Long

Filter by address ID.

insertDate

ZonedDateTimeRange

Creation date range (Format: ISO-8601).

updateDate

ZonedDateTimeRange

Last modification date range.

trackingModeId

Collection<Long>

Filter by tracking mode.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Type

Description

id

Long

Unique warehouse ID.

code

String

Identifier code.

description

LocalizedString

Multilingual description.

typeId

Long

Warehouse type ID.

stateId

Long

Current state ID.

trackingModeId

Long

Tracking mode ID.

insertUserId

Long

User ID that created the record.

insertDate

ZonedDateTime

Creation timestamp.

updateUserId

Long

User ID that made the last change.

updateDate

ZonedDateTime

Last update timestamp.

prMaterialsThreshold

Long

pr Materials Threshold

Response error codes