Sage Inventory Manager Credentials

Configuration

To make a Sage Inventory Manager connection, the following credentials are needed:

Field Name

Required/ Optional

Description

Type

Required

Sage Inventory Manager

Name

Required

Provide a unique name for this credential.

Account

Required

Enter the Account name. This is found in the Sage user profile.

Authorization Code

Required

Enter the Authorization Code. This is found in the Sage user profile.

How to Find the Account and Authorization Code?

To access an Inventory Planner API, you will first need an API authorization key. These keys are user-specific and only work for users with full access to the account.

To obtain a key:

  • Log in to Inventory Planner using your web browser

  • Go to Account > Settings > API

  • Click Generate key to generate API key

  • Save generated key

Use 'Delete key' if you would like to remove the key.

To authorize using your API key, add the following two headers to HTTP requests:

Authorization: <API_key>
Account: <account_id>

Note that you can also access the API from your browser using your existing Inventory Planner session. This may be useful for making manual requests with your browser.

 

To learn more, please visit the Sage site https://help.inventory-planner.com/en/articles/674662-inventory-planner-public-apis#authorization.