Introduce JSON Input Interface for UOM /UOM Literals
To improve UOM data creation, standardized integration, and easier automation, we are introducing UOM and UOM Literals Input Interfaces in JSON format. You can utilize these input interfaces to create UOMs and associated UOM Literals.
NOTE:
- Both UOM and UOM Literals Input Interfaces are supported in JSON format only.
- Other than admin and management users require the “lgfapi / lgfapi Create Access” group permission to use these APIs.
UOM INPUT INTERFACE
The UOM Input Interface allows you to create UOMs.
API URL
POST .../wms/lgfapi/v10/stage/uom
The API processes entries with “base_uom_flg"="true” (base UOMs) first, followed by entries with “base_uom_flg"="false” (non-base UOMs).
UOM LITERALS INPUT INTERFACE
The UOM Literals Input Interface enables you to create UOM literals for UOMs.
API URL
POST .../wms/lgfapi/v10/stage/uom_terminology
This API supports multiple languages (English, Chinese, Spanish, Portuguese, French, Korean, etc.).
For detailed API documentation, refer to the WMS REST API Guide.
Steps to Enable and Configure
You don't need to do anything to enable this feature.