Skip to content

[TRIGGER] Shopify — Draft Order Updated #18493

@wmuza

Description

@wmuza

Event Source
Shopify (Admin webhooks)

What it does
Fires instantly when a Shopify Draft Order is modified. The trigger listens to the draft_orders/update webhook topic and sends the updated Draft Order payload to Pipedream in real time.

When it fires (examples)

  • Line items added/removed or quantities/variants changed
  • Discounts, shipping, or taxes updated
  • Customer, notes, tags, metafields, or addresses edited
  • Draft status changes (e.g., invoice sent)

Output
Emits the raw Draft Order object from Shopify, including fields like id, name, status, updated_at, line_items[], applied_discount, customer, shipping_address, subtotal_price, total_price, tags, and note_attributes.

Setup requirements

  • Connect a Shopify store with read_draft_orders scope
  • Subscribe to the draft_orders/update webhook topic
  • (Optional) Add filters in the workflow if you only care about certain fields changing

Common uses

  • Sync draft-order changes to a CRM/ERP
  • Notify sales or ops when high-value drafts are edited
  • Recalculate quotes or approvals on any draft update

API docs
Shopify Admin API → Webhooks → draft_orders/update (Draft Order resource)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeetrigger / sourceNew trigger / source request

Type

No type

Projects

Status

Ready for Release

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions