eavz
Etsy

Etsy

Global marketplace for handmade, vintage, and creative goods

OAuth2Commerce
5 actions
1 trigger

Actions

Name
list_listings

List active listings for a shop

get_listing

Get a specific listing by ID

create_listing

Create a new draft listing in your Etsy shop

list_receipts

List shop receipts (orders) for a shop

custom_api_call

Make a custom API call to the Etsy API

Triggers

Name
new_order

Triggers when a new order (receipt) is placed in your Etsy shop

Quick Start

TypeScript
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.