Etsy · Example Payload

Open Api V3 Shop Holiday Preference Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 Shop Holiday Preference 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

shop_idholiday_idcountry_isois_workingholiday_name

Example Payload

Raw ↑
{
  "shop_id": 123456,
  "holiday_id": 1,
  "country_iso": "US",
  "is_working": true,
  "holiday_name": "Handmade Ceramic Mug"
}