PipedreamHQ / PipedreamHQ/pipedream
[Components] eBay
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# eBay
## URL - https://developer.ebay.com/develop
## Polling Sources
• **New Order**
- Emits an event when a new order is made.
## Actions
• **Create Shipping Fulfillment**
- Add a shipping fulfillment to a line item.
• **Find Order**
- Search for an order.
### get-orders
#### Prompt
Retrieve one or more orders based on creation date, modification date, or fulfillment status. You can also specify order IDs directly and optionally include a breakdown of taxes and fees.
### ship-orders
#### Prompt
Create a shipping fulfillment for a package containing one or more line items in an order. Each package requires its own fulfillment plan.
### get-inventory
#### Prompt
Retrieve all inventory item records for the seller’s account, with support for pagination using limit and offset parameters.
Contributor guide
Assessment
This issue has not been assessed yet.