Etsy · Example Payload

Open Api V3 Listing Inventory Product Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 Listing Inventory Product 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

product_idskuis_deletedofferingsproperty_values

Example Payload

Raw ↑
{
  "product_id": 567890123,
  "sku": "SKU-12345",
  "is_deleted": true,
  "offerings": [
    {},
    {}
  ],
  "property_values": [
    {},
    {}
  ]
}