-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
actionstriagedFor 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 requestuser request
Description
App
Shopify
https://shopify.dev/docs/api
Sources
- orders/paid → Trigger when an order is marked as paid
- refunds/create → Trigger when a refund is issued for an order
- inventory_level/update → Trigger when inventory levels are updated
- cart/create → Trigger when a customer creates a cart
- cart/update → Trigger when a customer updates a cart
- shop/update → Trigger when store details are updated
Actions
- Create fulfillment for an order → /admin/api/{version}/orders/{order_id}/fulfillments.json
- Fetch fulfillment orders (new model) → /admin/api/{version}/fulfillment_orders.json
- Update fulfillment tracking info → /admin/api/{version}/orders/{order_id}/fulfillments.json
- Refund an order → /admin/api/{version}/orders/{order_id}/refunds.json
- Create or update product → /admin/api/{version}/products.json
Improvement
- Get Order: please include order line items as well https://pipedream-users.slack.com/archives/CMZG4EBJ9/p1751920573403799
Metadata
Metadata
Assignees
Labels
actionstriagedFor 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 requestuser request
Type
Projects
Status
Done