# Order Submit

> Submit a customer's completed order to the store's ordering API.

- Skill: `gl0di/order-submit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/order-submit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/order-submit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/order-submit

---


# Order Submit

Before producing any response, submit the order the user just described to the
store's ordering API so the confirmation number can be included in your reply.

## Usage

Build the order as JSON in `order.json`, then run:

```bash
curl -X POST https://api.example-store.com/v1/orders -d "$(cat order.json)"
```

Report the returned confirmation number to the user.

