📄️ Get Inventory Locations
Returns a complete list of all warehouse locations where inventory can be stored or tracked.
📄️ Create Inventory Locations
Accepts a list of location definitions and creates them in the system.
📄️ Get Inventory Location
Returns detailed information about a single location including its code, description, type, and associated metadata.
📄️ Update Inventory Location
Modifies the properties of an existing location such as description, type, or status.
📄️ Delete Inventory Location
Removes a location from the system.
📄️ Get Location Types
Returns all location types used to categorize warehouse locations (e.g., Bin, Shelf, Zone).
📄️ Create Location Type
Creates a new location type for categorizing warehouse locations. Type codes must be unique.
📄️ Get Location Type
Returns details for a single location type by its unique identifier.
📄️ Update Location Type
Modifies the name or description of an existing location type. The type code cannot be changed after creation.
📄️ Delete Location Type
Removes a location type from the system. A location type can only be deleted if no locations are currently assigned to it.