getAllStorageLocations
getAllStorageLocationsV1 Implementation Notes
Query parameters
The 'Central Storage' flag for the storage location. Use true or false.
The “Intermediary” Primary Closing Method for the storage location. Must be ‘B’, ‘E’, ‘L’ or ‘Z’.
The “Non-Stock” Primary Closing Method for the storage location. Must be ‘B’, ‘E’, ‘L’ or ‘Z’.
The “Sales” Primary Closing Method for the storage location. Must be ‘B’, ‘E’, ‘L’ or ‘Z’.
The “Stock” Primary Closing Method for the storage location. Must be ‘B’, ‘E’, ‘L’ or ‘Z’.
Specify 'true' to output null data elements.
The Code for the location associated with the storage location. Must match an existing active location in Enterprise Manager.
The number of minutes since a Storage Location record was last updated. Use to set how far back to search.
The prep station Code for the storage location.
The “Intermediary” Secondary Closing Method for the storage location. must be ‘B’, ‘E’, ‘L’ or ‘Z’.
The “Non-Stock” Secondary Closing Method for the storage location. must be ‘B’, ‘E’, ‘L’ or ‘Z’.
The “Sales” Secondary Closing Method for the storage location. must be ‘B’, ‘E’, ‘L’ or ‘Z’.
The “Stock” Secondary Closing Method for the storage location. must be ‘B’, ‘E’, ‘L’ or ‘Z’.
The Code for the storage location.
The Storage Name for the storage location. Use 2 or more characters.
Headers
Secure token for API authentication.
Password for the Crunchtime Application User.
Crunchtime site identifier. test or production
User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
[
{
"storageLocationDetailDetails": [
{
"centralStorageFlag": "Y",
"closingIntermediary": "B",
"closingNonInventory": "B",
"closingSales": "B",
"closingStock": "B",
"locationCode": "000125",
"secondaryClosingIntermediary": "B",
"secondaryClosingNonInventory": "B",
"secondaryClosingSales": "B",
"secondaryClosingStock": "B",
"storageCode": "UNASGN",
"storageName": "Unassigned"
}
]
}
]