Skip to content

[TRIGGER] Quickbooks - Purchase created/Purchase updated #17625

@jns-devteam

Description

@jns-devteam

Describe the event source. What app is this for, and what event does the trigger correspond to?
Event source: QuickBooks Online Webhooks – Data Change Notifications for the Purchase entity. When you subscribe to Purchase.create and Purchase.update events, QuickBooks will POST to your endpoint any time a Purchase (including a Check, since Checks are just Purchases with PaymentType: "Check") is created or modified.

Trigger corresponds to:
Purchase.create – fires when a new Purchase/Check is created in QBO
Purchase.update – fires when an existing Purchase/Check is updated in QBO
In your workflow you can then inspect the incoming payload’s PaymentType field and only proceed if it’s "Check".

Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
Purchase (Check) entity
https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase#operation/PurchaseCreate
(see also the “Update a Purchase” operation)

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

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions