Connect a Magento 2 store to AtomicSeller

This procedure explains how to create an integration in Adobe Commerce or Magento Open Source 2 and enter its four OAuth credentials in AtomicSeller.

Magento 2 configuration screen in AtomicSeller in English, with masked credentials.

Before you begin #

  • You have a Magento administrator account that can create and activate integrations.
  • The store and its REST API are reachable from the Internet through a valid HTTPS address.
  • You know the store root address without an administration path.
  • You have permission to manage stores in AtomicSeller.

Create the integration in Magento 2 #

  1. In the Magento Admin, open System > Extensions > Integrations.
  2. Select Add New Integration.
  3. Enter a clear name such as AtomicSeller, a technical email address, and your administrator password when Magento requests it.
  4. In the API panel, grant the resources needed for orders, products, inventory, shipments, and store information. The resource tree varies by version and extensions; ask AtomicSeller support for the exact matrix when applying least privilege.
  5. Save the integration, then select Activate and Allow.
  6. Immediately copy the four displayed values: Consumer Key, Consumer Secret, Access Token, and Access Token Secret. Store them in a password manager.

Configure the store in AtomicSeller #

  1. In AtomicSeller, open Stores, select Add a store, then select Magento V2.
  2. Under Main settings, enter a Store name and a short unique Store key.
  3. In Store API URL, enter the Magento HTTPS root address, for example https://shop.example.com.
  4. Enter the four Magento values in Consumer secret, Consumer key, Access token, and Access token secret.
  5. Enter a technical address in Webmaster email if your organization uses this field.
  6. Set the Number of days to retrieve during the initial synchronization.
  7. Select Save, then Check connection.
  8. When the test succeeds, retrieve orders and review them under Orders to process.

Expected result. AtomicSeller confirms OAuth authentication with Magento 2 and retrieves orders covered by the granted resources.

Troubleshooting #

401 error. Confirm that all four values belong to the same active integration, no whitespace was added, and no value was regenerated after you copied it.

403 error. The integration is recognized but lacks required API resources. Update the permissions, reauthorize the integration, and copy the new tokens if Magento regenerates them.

404 error or timeout. Check the root URL, HTTPS certificate, firewall, and public accessibility of the REST API.

No orders appear. Check the number of days, configured statuses, and access to the Sales resources.

Official references #

Related articles #