Etsy · Example Payload

Open Api V3 Listing Inventory Product Offering Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

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

offering_idquantityis_enabledis_deletedpricereadiness_state_id

Example Payload

Raw ↑
{
  "offering_id": 1,
  "quantity": 1,
  "is_enabled": true,
  "is_deleted": true,
  "price": "example",
  "readiness_state_id": 1
}