Search for To Locations
This service retrieves locations applicable for inventory transfers. Locations can be searched by either 'S'tore or 'W'arehouse. Then, enter a location number, a partial location number, a location description, or a partial location description in the search string.
-
When the search type is warehouse only virtual warehouses are returned.
-
Internal finishers are filtered out.
-
Only stockholding locations are returned.
-
When the search type is store then only open stores are returned.
-
When items are sent as input then only locations with available inventory are returned.
-
When a From Location is sent as an input:
-
To Location cannot be the same as the From Location.
-
When the Transfer Type is set as a manual request, then only locations with the same Transfer Entity/Set of Books as the From Location are returned in the search results.
-
When the Transfer Type is Intercompany, then only locations with a different Transfer Entity/Set of Books to the From Location are returned in the search results.
-
Only locations in the same transfer zone are returned in the search results.
-
Example URL
Here is an example of the resource URL:
GET
/Transfer/toLocation?locationType={locationType}&searchString={searchString}&tsfType={tsfType}&fromLocation={fromLocation}&pageSize={pageSize}&pageNumber={pageNumber}")
Example Response
Here is an example of the response body in JSON format:
{
""links"": [],
""totalRecordCount"": 1,
""results"": [
{
""links"": [],
""location"": 5991,
""locType"": ""S"",
""locName"": ""Springfield Mall"",
""locCurrencyCode"": ""USD"",
""entity"": 1000,
""entityDesc"": ""Regular Stores"",
""tsfLocitemSearchRes"": [],
""hyperMediaContent"": {
""linkRDO"": []
}
}
],
""hyperMediaContent"": {
""linkRDO"": []
}
}