Magento
Connect to your users’ Magento accounts
Setup Guide
You’ll need the following information to set up your Magento App with Paragon Connect:
-
Magento Store Domain
-
Username
-
Password
Add your Magento app to Paragon
Under Integrations > Connected Integrations > Magento > Settings, fill out your credentials from your store in their respective sections:
-
Magento Store Domain
-
Username
-
Password
Connecting to Magento
Once your users have connected their Magento account, you can use the Paragon SDK to access the Magento API on behalf of connected users.
See the Magento REST API documentation for their full API reference.
Any Magento API endpoints can be accessed with the Paragon SDK as shown in this example.
Building Magento workflows
Once your Magento account is connected, you can add steps to perform the following actions:
-
Create Customer
-
Update Customer
-
Get Customer by ID
-
Search Customers
-
Delete Customer
-
Create Order
-
Update Order
-
Get Order by ID
-
Search Orders
-
Create Product
-
Update Product
-
Get Product by SKU
-
Search Products
-
Delete Product
When creating or updating records in Magento, you can reference data from previous steps by typing {{
to invoke the variable menu.
Was this page helpful?