Magento
Business appsBearer tokencredential probe
Manage customers, orders, invoices and products in a Magento 2 / Adobe Commerce store (REST Web API, integration access token).
OCNORA ships 29 typed Magento operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 29
- Add Order CommentAdd a comment to a sales order's status history, optionally moving it to another status and notifying the customer.magento.add_order_comment
- Cancel OrderCancel a sales order, which Magento refuses once it has been invoiced.magento.cancel_order
- Capture InvoiceCapture payment for an invoice that was created without capturing. This route answers with a string ('1' on success), not a boolean.magento.capture_invoice
- Check Email AvailableCheck whether an email address is still free for a new customer account on a website.magento.check_email_available
- Create CustomerCreate a customer account. No password is sent, so Magento emails the customer a link to set their own.magento.create_customer
- Create OrderSave a sales order from a fully built order entity. This is the raw repository write, so the entity must already carry its items, addresses and totals.magento.create_order
- Create ProductCreate a catalog product from its SKU, name and price.magento.create_product
- Delete CustomerDelete a customer account by its entity id.magento.delete_customer
- Delete ProductDelete a catalog product by its SKU.magento.delete_product
- Get CustomerRetrieve one customer account by its entity id.magento.get_customer
- Get InvoiceRetrieve one invoice by its entity id, including its line items.magento.get_invoice
- Get OrderRetrieve one sales order by its entity id, including its line items.magento.get_order
- Get Order StatusRead just the current status string of a sales order.magento.get_order_status
- Get ProductRetrieve one catalog product by its SKU.magento.get_product
- Hold OrderPut a sales order on hold so it cannot be processed further.magento.hold_order
- Invoice OrderCreate an invoice for a sales order, optionally capturing payment and invoicing only part of the order.magento.invoice_order
- List Invoice CommentsList the comments recorded against an invoice.magento.list_invoice_comments
- List Order CommentsList the status-history comments recorded against a sales order.magento.list_order_comments
- Refund InvoiceRefund an invoice and create the credit memo, either online through the payment gateway or as an offline record.magento.refund_invoice
- Search CustomersSearch customer accounts with Magento's searchCriteria filters and return one page of matches.magento.search_customers
- Search InvoicesSearch invoices with Magento's searchCriteria filters and return one page of matches.magento.search_invoices
- Search OrdersSearch sales orders with Magento's searchCriteria filters and return one page of matches.magento.search_orders
- Search ProductsSearch the catalog with Magento's searchCriteria filters and return one page of matches.magento.search_products
- Send Invoice EmailAsk Magento to email the invoice to the customer.magento.send_invoice_email
- Send Order EmailAsk Magento to send the order confirmation email to the customer.magento.send_order_email
- Release Order HoldRelease a hold and return the sales order to its previous state.magento.unhold_order
- Update CustomerReplace a customer account with the entity you supply. Magento's save is a replacing write, so send the whole customer with your changes applied.magento.update_customer
- Update ProductReplace a catalog product with the entity you supply. Magento's save is a replacing write, so send the whole product with your changes applied.magento.update_product
- Void InvoiceVoid an invoice, which the payment method must support.magento.void_invoice
More in Business apps
Run your first Magento workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.