Home
Etsy
Open Api V3 Shop Example
Open Api V3 Shop Example
Marketplace Ecommerce Handmade Listings Orders Payments Reviews Shipping Taxonomy OAuth2
Open Api V3 Shop Example is an example object payload from Etsy, with 47 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
shop_id user_id shop_name create_date created_timestamp title announcement currency_code is_vacation vacation_message sale_message digital_sale_message update_date updated_timestamp listing_active_count digital_listing_count login_name accepts_custom_requests policy_welcome policy_payment policy_shipping policy_refunds policy_additional policy_seller_info policy_update_date policy_has_private_receipt_info has_unstructured_policies policy_privacy vacation_autoreply url image_url_760x100 num_favorers languages icon_url_fullxfull is_using_structured_policies has_onboarded_structured_policies include_dispute_form_link is_direct_checkout_onboarded is_etsy_payments_onboarded is_calculated_eligible is_opted_in_to_buyer_promise is_shop_us_based transaction_sold_count shipping_from_country_iso shop_location_country_iso review_count review_average
Example Payload
{
"shop_id": 123456,
"user_id": 456789,
"shop_name": "HandmadeCrafts",
"create_date": 1,
"created_timestamp": 1758153645,
"title": "Handmade Ceramic Mug \u2014 Stoneware",
"announcement": "example string",
"currency_code": "USD",
"is_vacation": true,
"vacation_message": "Thanks for your order! Shipping out tomorrow.",
"sale_message": "Thanks for your order! Shipping out tomorrow.",
"digital_sale_message": "Thanks for your order! Shipping out tomorrow.",
"update_date": 1,
"updated_timestamp": 1758153645,
"listing_active_count": 1,
"digital_listing_count": 1,
"login_name": "handmade_seller",
"accepts_custom_requests": true,
"policy_welcome": "example string",
"policy_payment": "example string",
"policy_shipping": "example string",
"policy_refunds": "example string",
"policy_additional": "example string",
"policy_seller_info": "example string",
"policy_update_date": 1,
"policy_has_private_receipt_info": true,
"has_unstructured_policies": true,
"policy_privacy": "example string",
"vacation_autoreply": "example string",
"url": "https://www.etsy.com/listing/123456789",
"image_url_760x100": "https://www.etsy.com/listing/123456789",
"num_favorers": 1,
"languages": [
"en-US",
"en-US"
],
"icon_url_fullxfull": "https://www.etsy.com/listing/123456789",
"is_using_structured_policies": true,
"has_onboarded_structured_policies": true,
"include_dispute_form_link": true,
"is_direct_checkout_onboarded": true,
"is_etsy_payments_onboarded": true,
"is_calculated_eligible": true,
"is_opted_in_to_buyer_promise": true,
"is_shop_us_based": true,
"transaction_sold_count": 1,
"shipping_from_country_iso": "US",
"shop_location_country_iso": "US",
"review_count": 1,
"review_average": 1.0
}