Fetch legacy order
documentedFetch a legacy order by order_id.
GET /v2/{account_id}/orders/{order_id}Orders (Legacy)no implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.getdrip.com/v2/{{$account_id}}/orders" \
-X POST \
-H "Content-Type: application/json" \
-u {{GETDRIP_API_KEY}}: \
-d '{"orders": [{"email": "{{$email}}", "upstream_id": "{{$upstream_id}}", "identifier": "{{$identifier}}", "amount": {{$amount}}, "currency_code": "{{$currency_code}}", "occurred_at": "{{$occurred_at}}"}]}'