Emergency situation

In case of emergencies or breakdowns, you can send an SMS to our emergency hotline

On-call phone (SMS only)

+45 29 70 15 95

Send an SMS with the following information:

  • Your name and webshop
  • Description of the problem
  • Your callback phone number

Notes: This service is only for critical situations where your webshop is down or has serious problems. For regular support, please use our normal support channels.

OAuth - give apps access to your webshop

Learn how OAuth works in Shoporama. Give third-party apps secure access to your online store without sharing your password.

Reading time: approx. {eight} minutes
Developer

Shoporama supports OAuth, allowing third-party apps to securely access your online store without you having to share your password. When an app requests access, you log in with your Shoporama account, select which online store the app should have access to, and determine the access level.

Here’s how it works

  1. The app sends you to Shoporama — You’ll be redirected to a login page on shoporama.dk
  2. Log in — Enter your Shoporama email and password
  3. Select an online store — If you have multiple online stores, choose which one the app should have access to
  4. Select access level — You decide whether the app gets read access, write access, or full access
  5. Authorize — Shoporama generates an API key and redirects you back to the app

Access Levels

You can choose between three access levels:

  • Read-only — The app can only retrieve data (products, orders, etc.) but cannot make any changes
  • Read and write — The app can both retrieve and update data
  • Full access — The app has full administrative access to the selected online store

Security

  • Your password is never shared with the app—it only receives an API key
  • You choose exactly which online store the app has access to
  • You determine the access level
  • API keys can be revoked at any time under Integrations → API Access
  • All access grants are logged with the time and user

Manage Access

API keys generated via OAuth appear under Integrations → API Access in your admin panel with the prefix "OAuth:". Here you can see when the key was last used, and you can revoke access if you no longer want the app to have access.

Siden API-adgang under Integrationer med API-nøgler, heriblandt OAuth-genererede tokens med adgangsniveau, daglig grænse, og hvornår de sidst blev brugt
Under Integrations, API Access, you’ll find all API keys for the online store. Keys generated via OAuth are displayed with the prefix “OAuth:” along with the access level, daily limit, and when they were last used.

For Developers

If you’re building an app to integrate with Shoporama, you’ll find a complete OAuth guide with code examples in PHP, Laravel, JavaScript, Node.js, and Python in the API documentation.

Tip

If you have any questions about OAuth or API access, feel free to contact us at support@shoporama.dk.