Skip to content
  • There are no suggestions because the search field is empty.

Obtaining Magento Credentials

As part of the setup process, it is necessary to obtain credentials from your Magento that will grant CSM with the necessary permission to access relevant Magento records. These credentials are assigned to corresponding sales channels in Business Central and can be used in the Magento Quick Start Wizard.

An API access key is a pair consisting of an application ID and an application secret. The API access key is used to obtain a session token. The session token is used when calling the REST endpoints. You decide the lifespan of your API access key: you can regenerate it as often as you wish, or you can choose to delete it. API access keys are specific to each Marketplace Developer Portal environment. API access keys generated for the sandbox cannot be used for production, and vice-versa. For each Marketplace Developer Portal environment, you have a limit of three (3) API access keys.

  1. Log in to the Magento Admin Portal
  2. On the navigation panel to the left of the page click System, then click Integrations.
  3. Click Add New Integration for creating a new integration. To view credentials for existing integrations simply click edit for the integration you wish to view or change.
  4. For adding a new integration under the Basic Settings in the Integration Info tab, fill in the required fields. 
  5. Once all required fields are completed click the drop-down option, then click  the Save button to Save & Activate.  From there, you will be granted credentials for:
    • Consumer Key
    • Consumer Secret
    • Access Token – Magento API Key for Wizard
    • Access Token Secret

Next: Magento Quick Setup Wizard