Fulfillment
Connector for the fulfillment API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.fulfillment.com/v2 - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
get_accounting— GET /accounting — List Order Accountingget_inventory— GET /inventory — List of Item Inventoriesget_orders— GET /orders — List of Ordersgetorder— GET /orders/{id} — Order Detailsget_returns— GET /returns — List Returnsget_track— GET /track — Tracking
Inputs
apiKey— your fulfillment API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_accounting
apiKey: <your key>