NextGen APIs

External Warehouse GET /inventory/warehouses/r1/procurement-requests/external-warehouses

Http Verb

GET

Url

/inventory/warehouses/r1/procurement-requests/external-warehouses

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

PAGINATION ORDERING-SERVER-SIDE

Business Logic

Retrieves a paginated list of external warehouses based on filtering criteria.


Query String Parameters

Filter ℹ️

Field

Validations

Note

id

Collection<Long>

Filter by the specific external warehouse IDs.

code

Collection<String>

Filter by the warehouse alphanumeric codes.

description

String

Filter by the warehouse description.

logisticCenterId

Collection<Long>

Filter by specific logistic center IDs.

movementTypeId

Collection<Long>

Filter by specific movement type IDs.

active

Boolean

Filter by the active state of the record.

Order ℹ️

Default Order

Default.

Possible order values

all response payload fieldsPage.

Page ℹ️

Default.

Fields ℹ️

Default.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Type

Description

id

Long

Unique identifier of the external warehouse.

code

String

The alphanumeric code that uniquely identifies the external warehouse.

description

LocalizedString

A localized description of the external warehouse.

logisticCenterId

Long

Reference identifier to the logistic center.

movementTypeId

Long

Reference identifier to the external movement type.

active

Boolean

Flag indicating if the external warehouse is active.

Response error codes