Etsy · Example Payload

Open Api V3 Listing Image Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

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

Top-level fields

listing_idlisting_image_idhex_coderedgreenbluehuesaturationbrightnessis_black_and_whitecreation_tszcreated_timestamprankurl_75x75url_170x135url_570xNurl_fullxfullfull_heightfull_widthalt_text

Example Payload

Raw ↑
{
  "listing_id": 123456789,
  "listing_image_id": 1,
  "hex_code": "example string",
  "red": 1,
  "green": 1,
  "blue": 1,
  "hue": 1,
  "saturation": 1,
  "brightness": 1,
  "is_black_and_white": true,
  "creation_tsz": 1,
  "created_timestamp": 1758153645,
  "rank": 1,
  "url_75x75": "https://www.etsy.com/listing/123456789",
  "url_170x135": "https://www.etsy.com/listing/123456789",
  "url_570xN": "https://www.etsy.com/listing/123456789",
  "url_fullxfull": "https://www.etsy.com/listing/123456789",
  "full_height": 1,
  "full_width": 1,
  "alt_text": "example string"
}