|
Http Verb |
GET |
|---|---|
|
Url |
|
|
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
An advanced spatial search API. It finds the availability of specific materials across various warehouse types, supporting geographic distance filtering and Estimated Time of Arrival (ETA) computations based on the requester's coordinates.
Path Parameters
Query String Parameters (Filters)
|
Field |
Type |
Note |
|---|---|---|
|
|
Collection<Long> |
The materials to search for. |
|
|
Collection<Long> |
Filter by specific stock types. |
|
|
Double |
Minimum quantity required. |
|
|
Boolean |
Include mobile warehouses in the search. |
|
|
Boolean |
Include the user's preferred warehouses. |
|
|
Boolean |
Include other central warehouses. |
|
|
Double |
Radius limit for the search. |
|
|
Double |
Longitude of the requester. |
|
|
Double |
Latitude of the requester. |
|
|
Boolean |
Trigger ETA calculation engine. |
|
|
ZonedDateTimeRange |
Time window for departure calculations. |
Language ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Type |
Description |
|---|---|---|
|
|
Long |
Identifier of the material found. |
|
|
Long |
Identifier of the specific stock holding the material. |
|
|
Long |
Identifier of the warehouse. |
|
|
String |
The alphanumeric code of the warehouse. |
|
|
Long |
The type of the warehouse found. |
|
|
Boolean |
Indicates if this is a preferred warehouse. |
|
|
Long |
Associated resource ID (if mobile warehouse). |
|
|
Long |
Calculated distance from the requester's coordinates. |
|
|
Double |
Available quantity at this location. |
|
|
Long |
Unit of measure for the quantity. |
|
|
Double |
Longitude of the warehouse. |
|
|
Double |
Latitude of the warehouse. |
|
|
ZonedDateTime |
When the availability was calculated. |
|
|
ZonedDateTime |
Computed ETA (if requested). |
Response error codes