Etsy · Example Payload

Open Api V3 Listing Inventory With Associations Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 Listing Inventory With Associations Example is an example object payload from Etsy, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

productsprice_on_propertyquantity_on_propertysku_on_propertyreadiness_state_on_propertylisting

Example Payload

Raw ↑
{
  "products": [
    {},
    {}
  ],
  "price_on_property": [
    661,
    78
  ],
  "quantity_on_property": [
    1,
    1
  ],
  "sku_on_property": [
    55,
    571
  ],
  "readiness_state_on_property": [
    726,
    878
  ],
  "listing": "example"
}