Skip to content

Magento 2

CatalogRelay pushes simple products to Magento 2 via the REST API from an export profile.

  • Magento 2 store
  • Integration (or token) with catalog product permissions
  1. Magento Admin → SystemIntegrationsAdd New Integration
  2. Grant Catalog / Products (and related) API access
  3. Activate and copy the Access Token
  1. Export ProfilesAdd export profile
  2. Where to sendMagento 2
  3. Enter:
    • Base URL
    • Integration token
    • Optional attribute set ID
  4. Test connection, save, configure the profile, Run now

Name, SKU, description, price, stock, and mapped custom attributes when destination codes match existing Magento attributes. This is a practical simple-product sync — not a full Magento PIM (configurable products, full category trees, MSI sources, etc.).

Use CSV / XML (download only) on eligible plans if you prefer Magento’s native import / a middleware job against a stable URL.