Actions
| Name | Description |
|---|---|
list_listingsList active listings for a shop | List active listings for a shop |
get_listingGet a specific listing by ID | Get a specific listing by ID |
create_listingCreate a new draft listing in your Etsy shop | Create a new draft listing in your Etsy shop |
list_receiptsList shop receipts (orders) for a shop | List shop receipts (orders) for a shop |
custom_api_callMake a custom API call to the Etsy API | Make a custom API call to the Etsy API |
Triggers
| Name | Description |
|---|---|
new_orderTriggers when a new order (receipt) is placed in your Etsy shop | Triggers when a new order (receipt) is placed in your Etsy shop |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'etsy',
actionName: 'list_listings',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Etsy to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Etsy support?
Etsy supports 5 actions including List Listings, Get Listing, Create Listing, List Receipts (Orders), Custom API Call.
Can I use Etsy with AI agents?
Yes. Add Etsy to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Etsy use?
Etsy uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Etsy integration cost?
The Etsy integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Etsy support?
Etsy supports 1 triggers including New Order.
Connect Etsy in 2 minutes
Get 1,000 free actions every month. No credit card required.