Step 1 — Create an integration in Magento
1
Open Integrations
In the Magento admin, go to System → Extensions → Integrations and click Add New Integration.
2
Grant resources
In the API tab, grant the Catalog, Content, and Stores resources.
3
Save and activate
Save the integration, click Activate, approve the access, and copy the Access Token.
Step 2 — Connect in Ryze
In Workspace Settings → Integrations, click Connect on the Magento card and fill in:- Store URL — the root URL of your store, e.g.
https://store.example.com(without/rest) - Access token — the integration access token you copied
Troubleshooting
- Token rejected — make sure the integration is activated (not just saved) and that you copied the Access Token, not the consumer key.
- Can’t reach the store — the Store URL must be the site root with
https://, without/restor an admin path. - Category edits fail — some category fields are read-only in the Magento API; the agent strips the standard ones automatically, but custom read-only attributes may need excluding on your side.

