Etsy · Example Payload

Open Api V3 Taxonomy Node Property Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 Taxonomy Node Property Example is an example object payload from Etsy, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

property_idnamedisplay_namescalesis_requiredsupports_attributessupports_variationsis_multivaluedmax_values_allowedpossible_valuesselected_values

Example Payload

Raw ↑
{
  "property_id": 1,
  "name": "Handmade Ceramic Mug",
  "display_name": "Handmade Ceramic Mug",
  "scales": [
    {},
    {}
  ],
  "is_required": true,
  "supports_attributes": true,
  "supports_variations": true,
  "is_multivalued": true,
  "max_values_allowed": 1,
  "possible_values": [
    {},
    {}
  ],
  "selected_values": [
    {},
    {}
  ]
}