Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/order_feedback

Submit feedback

Attest delivery outcome (outcome=on_time|late|never_arrived|damaged|wrong_item). Requires owning agent_id. Can supersede a system-derived score once; a second a

liveverifiedunknown~5s typical
mcpprobedconduitagenticcommerce
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-aiconduit-conduit /order_feedback for me.

Input

FieldTypeDescription
order_id*stringOrder id to attest
agent_id*stringOwning agent id (required for authorization)
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
outcome*string (on_time | late | never_arrived | damaged | wrong_item)Observed fulfillment outcome. Sets status (on_time/late→DELIVERED, damaged/wrong_item→DISP
qualitynumberProduct quality 1-5 — omit if unknown (do not invent)
carrier_ratingnumberCarrier rating 1-5 — omit if unknown; used in reputation when provided
notesstringFree-text delivery/quality notes
search_idstringOptional search_id for analytics correlation

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-aiconduit-conduit","endpoint":"/order_feedback","input":{"order_id":"...","agent_id":"...","outcome":"on_time"}}'
cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /order_feedback -i '{"order_id":"...","agent_id":"...","outcome":"on_time"}'
mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/order_feedback", input: {"order_id":"...","agent_id":"...","outcome":"on_time"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.