Connectors
Adobe Commerce Magento
Icon

Adobe Commerce Magento Connector

Quickly build integrations connecting your B2B SaaS to Adobe Commerce Magento.

About the Adobe Commerce Magento Connector

Adobe Commerce (Magento) is an open-source e-commerce platform. Use the Adobe Commerce component to manage your Products, Orders, Customers, and Transactions.

Actions

Action NameAction Description
List ProductsGet product list
Create ProductsCreate a new Product
List Product AttributesRetrieve all attributes for entity type
Create Product AttributesSave attribute data
Create Product OptionsSave Custom Option
List Product Option TypesGet custom option types
List Product TypesRetrieve available product types
List OrdersLists orders that match specified search criteria.
Create OrderPerforms persist operations for a specified order.
List Order ItemsLists order items that match specified search criteria.
Get OrderLoads a specified order.
Cancel OrderCancels a specified order.
Create CustomerCreate customer account.
Get CustomerGet customer by Customer ID.
Update CustomerCreate or update a customer.
Delete CustomerDelete customer by Customer ID.
Search CustomersRetrieve customers which match a specified criteria.
List TransactionsLists transactions that match specified search criteria.
Get TransactionLoads a specified transaction.
REST Raw RequestSend raw HTTP request to Adobe Commerce
GraphQL Raw RequestSend raw GraphQL request to Adobe Commerce

Triggers

Trigger NameTrigger Description
WebhookReceive and validate webhook requests from Adobe Commerce for webhooks you configure.
New and Updated RecordsPolls a Magento resource collection (orders, customers, or products) for records whose `updated_at` is at or after the last poll. Records whose `created_at` is also after the last poll go to the `created` branch; older records modified since the last poll go to `updated`.