OCNORA

Unleashed Software

Business appsCustomcredential probe

Read and write sales orders and stock on hand in Unleashed Software's inventory platform, over its HMAC-signed REST API.

OCNORA ships 8 typed Unleashed Software 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. Anything not covered by a typed node reaches https://api.unleashedsoftware.com through the HTTP node with the same credential.

Operations 8

  • Complete Sales Order
    Mark a sales order completed, which is what releases it for dispatch.
    unleashed.complete_sales_order
  • Create Sales Order
    Create a sales order from a JSON order document, so an order taken elsewhere lands in Unleashed without anyone rekeying it.
    unleashed.create_sales_order
  • Delete Sales Order
    Delete a sales order.
    unleashed.delete_sales_order
  • Get Sales Order
    Retrieve one sales order in full, including its lines.
    unleashed.get_sales_order
  • Get Stock On Hand
    Read one product's stock position, either as a single aggregate row or broken out per warehouse.
    unleashed.get_stock_on_hand
  • List Sales Orders
    Fetch a page of sales orders, optionally narrowed by status, customer, warehouse or date — including a modified-since window for an incremental sync.
    unleashed.list_sales_orders
  • List Stock On Hand
    Fetch a page of stock levels, optionally narrowed to a warehouse, a set of products or a date — the read behind a reorder alert or a stock sync.
    unleashed.list_stock_on_hand
  • Update Sales Order
    Replace an existing sales order with the JSON order document supplied. Unleashed takes the whole order, so send the fields that are staying as well as the ones that are changing.
    unleashed.update_sales_order

Run your first Unleashed Software 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.