I am currently working with the Prophet 21 Transaction API and have an issue regarding WWMS login.
In the Transaction SDK, there is an option to log in with WWMS enabled, which then exposes additional warehouse-related services. However, when I attempt to log in through the API (using the endpoint https://middleware/api/security/token/V2 with standard username and password credentials), there does not appear to be an option to specify WWMS login. As a result, the warehouse/WWMS-specific services (e.g., Warehouse WWMS features) are not available in the service list.
My questions are:
- Is there a way to sign in through the API using the WWMS login action, similar to the SDK option?
- If so, what request body or parameters are required to enable WWMS login when obtaining the token?
- If not, how should we access WWMS-related services (such as Warehouse WWMS features) through the API?
Thank you for your assistance.