Etsy · Example Payload

Open Api V3 Shop Return Policy Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 Shop Return Policy 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

return_policy_idshop_idaccepts_returnsaccepts_exchangesreturn_deadline

Example Payload

Raw ↑
{
  "return_policy_id": 1,
  "shop_id": 123456,
  "accepts_returns": true,
  "accepts_exchanges": true,
  "return_deadline": 1
}