Sign in

Order events (Legacy)

documented

Fetch order events for a legacy order.

GET /v2/{account_id}/orders/{order_id}/eventsOrders (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/v3/{{$account_id}}/shopper_activity/order" \
  -X POST \
  -H "Content-Type: application/json" \
  -u "{{GETDRIP_API_KEY}}:" \
  -d '{"provider": "{{$provider}}", "email": "{{$email}}", "order_id": "{{$order_id}}", "order_public_id": "{{$order_public_id}}", "action": "{{$action}}", "occurred_at": "{{$occurred_at}}", "grand_total": {{$grand_total}}, "currency": "{{$currency}}", "order_url": "{{$order_url}}", "items": [{"name": "{{$item_name}}", "price": {{$item_price}}, "quantity": {{$item_quantity}}, "upstream_id": "{{$item_upstream_id}}"}]}'
Order events (Legacy) · Drip · OpenIntegrations