Prestashop
Enabling and creating an API key
Follow the guidelines directly from Prestashop's website.
Because Stedger is such a deep intergration, we need "all" access to everything.
Connect shop to Stedger
- Click Settings in the left-hand menu.
- Click **New App **in the bottom of the Settings page.
- Choose Prestashop in the pop up.
- Insert your shop URL.
- Enter your new API Key and click Install App : Install.
The webserver may need the CGIPassAuth directive enabled to allow PrestaShop to receive the HTTP_AUTHORIZATION header.
You can enable it in your .htaccess:
CGIPassAuth On
Or, also in .htaccess, use SetEnv:
SetEnvIf Authorization "(.*)"
HTTP_AUTHORIZATION=$1
Next steps
Learn how to customize your account settings.
Learn how to connect products from Stedger to your shop.
Learn how to find new brands to sell.
Updated on: 29/02/2024
Thank you!