Create Inventory Locations
POST/inventory-management/api/v1/Locations
Accepts a list of location definitions and creates them in the system. Validates that location codes are unique and all required fields are provided. All locations in the batch will be validated before any are created.
Request
Responses
- 200
- 201
- 400
- 500
OK
Returns the newly created locations
If validation fails (e.g., duplicate location codes, missing required fields)
If an error occurs while creating the locations