Etsy · Example Payload

Webhooks Webhook Envelope Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Webhooks Webhook Envelope Example is an example object payload from Etsy, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

event_typeresource_urlshop_id

Example Payload

Raw ↑
{
  "event_type": "order.paid",
  "resource_url": "https://www.etsy.com/listing/123456789",
  "shop_id": "123456"
}