Magento
Last updated
Last updated
To create API credentials in Magento Admin and give access to "gopersonal," follow these steps:
Go to your Magento Admin panel and log in with your administrator credentials.
Navigate to Integrations: Once logged in, navigate to the "System" menu and select "Extensions" > "Integrations."
Add New Integration: Click on the "Add New Integration" button.
Configure API Permissions: Go to the API tab on the same page.
Set the resource access permissions that your integration requires. For full access, select All. Otherwise, select custom permissions based on your needs.
At least select:
5- Save and Activate: Click Save to save your configuration.
After saving, a new section appears at the top of the page showing Consumer Key, Consumer Secret, Access Token, and Access Token Secret.
Click Activate and then allow the permissions in the popup to enable the integration. If successful, you will see a screen showing the API credentials.
if magento project installation is for example at Sites/magento then navigate to the project folder / src/app/code and run the following command (make sure to have unzip installed)
Copy
In case of a manual installation, for example for SFTP server download the plugins directly from https://public-assets.goshops.ai/magento2/modules/releases.html
Normally refresh cache and restart magento.
Copy
You can install this module via Composer. Follow these steps:
Ensure you have Composer installed and configured with your Magento 2 project.
Run the following command in your Magento root directory to install the latest version from the main branch:
Copy
If you prefer to install a specific version, you can specify the version number instead:
Copy
Replace 1.0.16
with the desired version number.
Once the installation is complete, enable the module by running:
Copy
Clear the cache:
Copy
To upgrade the GoPersonal Magento Plugin to the latest version, follow these steps:
From your Magento root directory, run the following command:
Copy
This command will update the module to the latest version from the main branch.
After the composer update is complete, run the following Magento commands:
Copy
If you're upgrading from a significantly older version, make sure to check the changelog or release notes for any breaking changes or additional upgrade steps.
Note: If you prefer to upgrade to a specific version instead of the latest, replace dev-main
with the desired version number in the composer command.
Add clientId in configuration. There is going to be 1 clientId per environment, ask the support team for the correct value.