PipedreamHQ / PipedreamHQ/pipedream
[Components] commercehq
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# commercehq
## URLs
## Polling Sources
### new-abandoned-checkout-instant
#### Prompt
Emit new event when a checkout process is abandoned by a customer. User needs to monitor the checkout process in the eCommerce platform as a required prop.
### new-product-instant
#### Prompt
Emit new event when a new product is added to the eCommerce platform. The user ought to track the product addition as a required prop.
### new-refunded-order-instant
#### Prompt
Emit new event when an order refund is processed. Props include order details, which are necessary, and customer details, which may be essential to assist with customer service.
## Actions
### create-product
#### Prompt
Creates a new product. Required props: product name, product price, product description. Optional props: product images, product variants, product categories.
### update-product
#### Prompt
Updates an existing product. Required props: product ID. Optional props: product name, product price, product description, product images, product variants, product categories.
### ship-order
#### Prompt
Marks an order as shipped. Required props: order ID. Optional props: shipping carrier, tracking number, shipping date.
Contributor guide
Assessment
This issue has not been assessed yet.