Open API Specification
Warehouse Management’s REST APIs support the Open API specification standard. It is
accessible in either YAML or JSON formats.
- YAML: https[:]//<wms-domain>/<wms-env>/wms/lgfapi/v10/schema
- JSON: https[:]//<wms-domain>/<wms-env>/wms/lgfapi/v10/schema/?format=json
The web UI is available at:
https[:]//<wms-domain>/<wms-env>/wms/lgfapi/v10/openapi
For each API, the specification includes endpoint details, supported parameters, request body schemas, response definitions, and example payloads, making it easier to understand how to construct valid requests and interpret responses.Having access to all of this information in a single, interactive resource simplifies API development by reducing implementation errors, accelerating integration, and providing a consistent reference for testing, troubleshooting, and ongoing maintenance.