To connect to Infor WMS, the following credentials are required:
- Username
- Password
- Client
- Client Secret
- URL domain
- Tenant
Additional details required:
- Storer Key — The code to be set on orders identifying the order source.
- Warehouse Identifier — the Infor ID of the warehouse to receive the orders. (Available IDs are listed in a dropdown menu of the PackageBee warehouse setup.)
- An SFTP connection string is needed for transmitting shipment notifications. This is described in more detail in a later step.
Authorized App credentials
Follow these steps to gather credentials in Infor.
- In Infor, open the Navigation menu (the grid icon ).
- If "OS" is not shown, click See More.
- Click OS.
- Click API Gateway.
- On the left, click Authorized Apps.
- Click the name of the Authorized App created for the PackageBee connection.
For assistance creating an Authorized Backend Service App for PackageBee, contact your Infor representative or consultant.
- In the App setup, make sure "OAuth 2.0 Access Token" is set to 2 Hours.
- Make sure "Issue Refresh Token" and "Roll Refresh Tokens" settings are Enabled.
- Make sure "Refresh Token Grant Lifetime" is set to 0 Hours.
- Next to "Secret", click Download Credentials.
- In the Download Credentials window, enable Create Service Account.
- Under "Full Name", enter the name of the Infor user whose permissions context will be used for making API requests. Select that user.
- Click Download. A JSON file with extension .ionapi is downloaded to your computer.
- Open the JSON file in a text editor. The file contains a number of key/value pairs, for example: "ti":"COMPANY_ENV", where "ti" is the key, and "COMPANY_ENV" is its value.
- Retain the values of the following keys, which are used for the listed credential in PackageBee.
-
"saak"
: Username -
"sask"
: Password -
"ci"
: Client -
"cs"
: Client Secret -
"iu"
: URL domain -
"ti"
: Tenant
Comments
Please sign in to leave a comment.