OCNORA

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 Comment
    Add a comment to a sales order's status history, optionally moving it to another status and notifying the customer.
    magento.add_order_comment
  • Cancel Order
    Cancel a sales order, which Magento refuses once it has been invoiced.
    magento.cancel_order
  • Capture Invoice
    Capture 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 Available
    Check whether an email address is still free for a new customer account on a website.
    magento.check_email_available
  • Create Customer
    Create a customer account. No password is sent, so Magento emails the customer a link to set their own.
    magento.create_customer
  • Create Order
    Save 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 Product
    Create a catalog product from its SKU, name and price.
    magento.create_product
  • Delete Customer
    Delete a customer account by its entity id.
    magento.delete_customer
  • Delete Product
    Delete a catalog product by its SKU.
    magento.delete_product
  • Get Customer
    Retrieve one customer account by its entity id.
    magento.get_customer
  • Get Invoice
    Retrieve one invoice by its entity id, including its line items.
    magento.get_invoice
  • Get Order
    Retrieve one sales order by its entity id, including its line items.
    magento.get_order
  • Get Order Status
    Read just the current status string of a sales order.
    magento.get_order_status
  • Get Product
    Retrieve one catalog product by its SKU.
    magento.get_product
  • Hold Order
    Put a sales order on hold so it cannot be processed further.
    magento.hold_order
  • Invoice Order
    Create an invoice for a sales order, optionally capturing payment and invoicing only part of the order.
    magento.invoice_order
  • List Invoice Comments
    List the comments recorded against an invoice.
    magento.list_invoice_comments
  • List Order Comments
    List the status-history comments recorded against a sales order.
    magento.list_order_comments
  • Refund Invoice
    Refund an invoice and create the credit memo, either online through the payment gateway or as an offline record.
    magento.refund_invoice
  • Search Customers
    Search customer accounts with Magento's searchCriteria filters and return one page of matches.
    magento.search_customers
  • Search Invoices
    Search invoices with Magento's searchCriteria filters and return one page of matches.
    magento.search_invoices
  • Search Orders
    Search sales orders with Magento's searchCriteria filters and return one page of matches.
    magento.search_orders
  • Search Products
    Search the catalog with Magento's searchCriteria filters and return one page of matches.
    magento.search_products
  • Send Invoice Email
    Ask Magento to email the invoice to the customer.
    magento.send_invoice_email
  • Send Order Email
    Ask Magento to send the order confirmation email to the customer.
    magento.send_order_email
  • Release Order Hold
    Release a hold and return the sales order to its previous state.
    magento.unhold_order
  • Update Customer
    Replace 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 Product
    Replace 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 Invoice
    Void an invoice, which the payment method must support.
    magento.void_invoice

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.