Etsy · Example Payload

Open Api V3 Shop Listing File Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

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

Top-level fields

listing_file_idlisting_idrankfilenamefilesizesize_bytesfiletypecreate_timestampcreated_timestamp

Example Payload

Raw ↑
{
  "listing_file_id": 1,
  "listing_id": 123456789,
  "rank": 1,
  "filename": "Handmade Ceramic Mug",
  "filesize": "example string",
  "size_bytes": 1,
  "filetype": "example string",
  "create_timestamp": 1758153645,
  "created_timestamp": 1758153645
}