Etsy · Example Payload

Open Api V3 User Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 User Example is an example object payload from Etsy, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

user_idprimary_emailfirst_namelast_nameimage_url_75x75

Example Payload

Raw ↑
{
  "user_id": 456789,
  "primary_email": "seller@example.com",
  "first_name": "Handmade Ceramic Mug",
  "last_name": "Handmade Ceramic Mug",
  "image_url_75x75": "https://www.etsy.com/listing/123456789"
}