Orderful · Arazzo Workflow

Orderful Order-to-Cash

Version 1.0.0

Receive a Purchase Order from an inbox, approve delivery, acknowledge it, and send back the acknowledgment.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyEDIElectronic Data InterchangeSupply ChainB2BLogisticsRetailTransactionIntegrationArazzoWorkflows

Provider

orderful

Workflows

order-to-cash
Poll an inbox for a PO, fetch it, approve the delivery, acknowledge it, and create the 855 response.
5 steps inputs: apiKey, bucketId
1
pollInbox
Retrieve inbound transactions waiting in the polling bucket.
2
getTransaction
Fetch the full Purchase Order transaction.
3
approveDelivery
Confirm the delivery so it leaves the bucket and is marked DELIVERED.
4
acknowledge
Create a functional acknowledgment for the received PO.
5
sendAcknowledgment
Send the Purchase Order Acknowledgment (855) back to the partner.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Orderful Order-to-Cash
  version: 1.0.0
  summary: Receive a Purchase Order from an inbox, approve delivery, acknowledge it, and send back the acknowledgment.
sourceDescriptions:
- name: deliveryApi
  url: ../openapi/orderful-delivery-api-openapi.yml
  type: openapi
- name: pollerApi
  url: ../openapi/orderful-poller-api-openapi.yml
  type: openapi
- name: transactionV3Api
  url: ../openapi/orderful-transaction-v3-api-openapi.yml
  type: openapi
workflows:
- workflowId: order-to-cash
  summary: Poll an inbox for a PO, fetch it, approve the delivery, acknowledge it, and create the 855 response.
  inputs:
    type: object
    properties:
      bucketId:
        type: string
      apiKey:
        type: string
  steps:
  - stepId: pollInbox
    description: Retrieve inbound transactions waiting in the polling bucket.
    operationId: PollingController_list
    parameters:
    - name: bucketId
      in: path
      value: $inputs.bucketId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      transactionId: $response.body#/items/0/id
      deliveryId: $response.body#/items/0/deliveryId
  - stepId: getTransaction
    description: Fetch the full Purchase Order transaction.
    operationId: TransactionControllerV3_getById
    parameters:
    - name: transactionId
      in: path
      value: $steps.pollInbox.outputs.transactionId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: approveDelivery
    description: Confirm the delivery so it leaves the bucket and is marked DELIVERED.
    operationId: DeliveryController_handleDeliveryApproved
    parameters:
    - name: deliveryId
      in: path
      value: $steps.pollInbox.outputs.deliveryId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: acknowledge
    description: Create a functional acknowledgment for the received PO.
    operationId: TransactionControllerV3_acknowledgeTransaction
    parameters:
    - name: transactionId
      in: path
      value: $steps.pollInbox.outputs.transactionId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: sendAcknowledgment
    description: Send the Purchase Order Acknowledgment (855) back to the partner.
    operationId: TransactionControllerV3_create
    successCriteria:
    - condition: $statusCode == 200

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/orderful-order-to-cash"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.