Wonderment · Arazzo Workflow

Wonderment — export and download a shipment report

Version 1.0.0

List the authenticated shop's shipment report exports and download the most recent finished, non-expired report.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyE-CommerceOrder TrackingPost-PurchaseShippingLogisticsShopifyWebhookArazzoWorkflows

Provider

wonderment

Workflows

exportAndDownloadReport
List reports then download a finished one.
Calls listReports to find a finished report, then downloadReport to fetch the zip by its file name.
2 steps inputs: limit outputs: downloadedReport
1
listReports
listReports
List shipment report exports, newest first.
2
downloadReport
downloadReport
Download the newest report by file name.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Wonderment — export and download a shipment report
  version: 1.0.0
  description: >-
    List the authenticated shop's shipment report exports and download the most
    recent finished, non-expired report.
sourceDescriptions:
- name: wondermentApi
  url: ../openapi/wonderment-openapi.json
  type: openapi
workflows:
- workflowId: exportAndDownloadReport
  summary: List reports then download a finished one.
  description: >-
    Calls listReports to find a finished report, then downloadReport to fetch
    the zip by its file name.
  inputs:
    type: object
    properties:
      limit:
        type: integer
        default: 100
  steps:
  - stepId: listReports
    description: List shipment report exports, newest first.
    operationId: listReports
    parameters:
    - name: limit
      in: query
      value: $inputs.limit
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      reportName: $response.body#/0/name
  - stepId: downloadReport
    description: Download the newest report by file name.
    operationId: downloadReport
    parameters:
    - name: path
      in: path
      value: $steps.listReports.outputs.reportName
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    downloadedReport: $steps.listReports.outputs.reportName

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/wonderment-report-export"
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.