Configuration API - Predefined Locations management
April 4th, 2025
Description
Extending Configuration API by adding endpoints allowing to manage Predefined Locations:
GET configuration/predefined-locations- Get many predefined locationsGET configuration/predefined-locations/{id}- Get one predefined locationPOST configuration/predefined-locations- Create a predefined locationPUT configuration/predefined-locations/{id}- Update a predefined locationDELETE configuration/predefined-locations- Delete many predefined locationDELETE configuration/predefined-locations/{id}- Delete a predefined location
Impact
This enhancement is backward-compatible and does not require any changes to existing client implementations.