-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employeetrigger / sourceNew trigger / source requestNew trigger / source request
Description
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 requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employeetrigger / sourceNew trigger / source requestNew trigger / source request
Type
Projects
Status
Ready for Release