cyberneticlibrary

Check food delivery order status

ordercliskillsetup L2377,536
openclaw/openclaw
What it does

Generate orders and manage fulfillment state via CLI

Best for

Automating order creation from scripts or bots when GUI is slow or unavailable

Inputs
  • · order object (items, quantities, customer, shipping)
Outputs
  • · order ID
  • · fulfillment status
Requires
  • · Node.js
  • · Order management backend/API
Preconditions

Backend API endpoint reachable; auth token configured

Failure modes
  • · Inventory check fails if backend down
  • · Malformed order payload rejected by API