Etsy · Example Payload

Open Api V3 Listing Review Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

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

Top-level fields

shop_idlisting_idratingreviewlanguageimage_url_fullxfullcreate_timestampcreated_timestampupdate_timestampupdated_timestamp

Example Payload

Raw ↑
{
  "shop_id": 123456,
  "listing_id": 123456789,
  "rating": 5,
  "review": "example string",
  "language": "en-US",
  "image_url_fullxfull": "https://www.etsy.com/listing/123456789",
  "create_timestamp": 1758153645,
  "created_timestamp": 1758153645,
  "update_timestamp": 1758153645,
  "updated_timestamp": 1758153645
}