Sign in

Fetch legacy order

documented

Fetch a legacy order by order_id.

GET /v2/{account_id}/orders/{order_id}Orders (Legacy)no implementation yet0 runs
No 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}}"}]}'
Fetch legacy order · Drip · OpenIntegrations