Etsy · Example Payload

Open Api V3 Listing Translation Example

Beautifully crafted handmade ceramic mug, kiln-fired in our Brooklyn studio.

handmadehandmade

Open Api V3 Listing Translation 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

listing_idlanguagetitledescriptiontags

Example Payload

Raw ↑
{
  "listing_id": 123456789,
  "language": "en-US",
  "title": "Handmade Ceramic Mug \u2014 Stoneware",
  "description": "Beautifully crafted handmade ceramic mug, kiln-fired in our Brooklyn studio.",
  "tags": [
    "handmade",
    "handmade"
  ]
}