#Get category listing schema
Returns the full schema for creating a listing in a specific Etsy category. Includes required fields, category-specific attributes with valid values, variation properties, and constraints. Cache this response — categories change rarely.
listing_schemaPath parameters
category_id integer requiredEtsy taxonomy/category ID
Example request
curl -H "X-Eto-API-Key: eto_your_key" "https://eto.tools/api/v1/categories/2078/listing-schema"Example response
{"category_id": 2078, "required_fields": {...}, "category_attributes": [...], "variation_properties": [...]}