Etsy · Example Payload

Open Api V3 Shop Refund Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

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

amountcreated_timestampreasonnote_from_issuerstatus

Example Payload

Raw ↑
{
  "amount": "example",
  "created_timestamp": 1758153645,
  "reason": "example string",
  "note_from_issuer": "Thanks for your order! Shipping out tomorrow.",
  "status": "example string"
}