POST /api/mytheresa/categories/products
Price: 20 credits
List the products of one Mytheresa category page, filtered by designer, color, material, pattern, fit, heel height, kids age group, sale discount band and size
List a Mytheresa category page such as women/clothing/dresses or men/sale. Designer names come from the Mytheresa designers endpoint. Prices follow country.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)count integer required — Max number of products to return (min: 1; max: 4800)country string — Shipping country; it sets the storefront, the prices and the currency (default: "us"; one of: "ad", "ae", "ag", "al", "am", "ar", "as", "at", "au", "ax", "az", "ba", "bb", "bd", "be", "bg", "bh", "bl", "bm", "bn", "bo", "br", "bs", "bt", "bw", "ca", "cc", "ch", "cl", "cn", "co", "cr", "cy", "cz", "de", "dk", "dm", "do", "dz", "ec", "ee", "eg", "es", "fi", "fj", "fo", "fr", "ga", "gb", "gd", "ge", "gf", "gg", "gh", "gi", "gl", "gp", "gr", "gt", "hk", "hn", "hr", "hu", "ic", "id", "ie", "il", "im", "in", "is", "it", "je", "jm", "jo", "jp", "ke", "kh", "km", "kn", "kr", "kw", "ky", "kz", "lb", "li", "lt", "lu", "lv", "ma", "mc", "md", "me", "mk", "mo", "mq", "mt", "mu", "mv", "mx", "my", "nc", "ni", "nl", "no", "np", "nz", "om", "pa", "pe", "pf", "pg", "ph", "pl", "pr", "pt", "pw", "qa", "re", "ro", "rs", "sa", "sc", "se", "sg", "si", "sk", "sl", "sn", "th", "tn", "tr", "tt", "tv", "tw", "us", "uy", "uz", "ve", "vg", "vi", "vn", "xi", "xk", "xl", "ye", "za")sort string — Result ordering (default: "recommended"; one of: "recommended", "newest", "price_asc", "price_desc")colors array nullable — Colors (one of: "beige", "black", "blue", "brown", "burgundy", "gold", "green", "grey", "metallic", "multicoloured", "neutrals", "orange", "pink", "purple", "red", "silver", "transparent", "turquoise", "white", "yellow")materials array nullable — Materials (one of: "alpaca", "canvas", "cashmere", "cotton", "leather", "linen", "mohair", "pearl", "raffia", "ramie", "rattan", "rose_gold", "shearling", "silk", "silver", "white_gold", "wool", "yellow_gold")patterns array nullable — Patterns (one of: "animal_print", "checked", "embellished", "embroidered", "floral", "geometric", "logo", "patterned", "plain", "polka_dots", "printed", "striped")fits array nullable — Trouser and jeans fits (one of: "regular", "skinny", "slim", "straight", "wide_leg")heel_heights array nullable — Shoe heel heights (one of: "flat", "high", "low", "mid", "sky_high")kids_age_groups array nullable — Kids age and gender groups (one of: "baby_boy_0_1_year", "baby_girl_0_1_year", "boys_3_10_years", "girls_3_10_years", "toddler_boy_1_2_years", "toddler_girl_1_2_years", "youth_boys_11_16_years", "youth_girls_11_16_years")discount_bands array nullable — Sale discount bands, in percent off (one of: "10", "20", "30", "40", "50", "60", "70")sizes array nullable — Sizes as shown on the store (examples: ["XS","S"], ["IT 38"], ["32"])category string required — Mytheresa category page URL or category path (examples: "https://www.mytheresa.com/us/en/men/clothing/jeans", "women/shoes/sneakers", "women/sale"; minLength: 1)section string nullable — Store department; taken from the URL or path when it carries one (one of: "women", "men", "kids", "life")designers array nullable — Designer names, as name in the Mytheresa designers endpoint (examples: ["Gucci","Prada"])@type string (default: "MytheresaProductCard")id string requiredalias string nullableurl string nullablename string nullabledesigner string nullabledesigner_id string nullabledesigner_alias string nullabledepartment string nullableproduct_group string nullablecolor string nullablecategory_code string nullablecategory_path string nullabletaxonomy array (default: [])@type string (default: "MytheresaTaxon")code string requiredname string nullabledescription string nullableimages array (default: [])price object nullable@type string (default: "MytheresaPrice")currency string nullablecurrency_symbol string nullableprice number nullableoriginal_price number nullableregular_price number nullablediscount_percent number nullableextra_discount number nullableprice_eur number nullableoriginal_price_eur number nullableduties number nullableoriginal_duties number nullableoriginal_duties_eur number nullableis_vat_included boolean nullablevat_percent number nullabletax_note string nullableis_regionally_adjusted boolean nullableprice_color string nullableconverted_price object nullable@type string (default: "MytheresaConvertedPrice")currency string nullablecurrency_symbol string nullableprice number nullableprice_note string nullablelabels array (default: [])@type string (default: "MytheresaLabel")id string requiredname string nullableseason_code string nullableseller_origin string nullablesize_system string nullablesize_range string nullableis_in_stock boolean nullableis_purchasable boolean nullableis_final_sale boolean nullablehas_multiple_sizes boolean nullablehas_size_chart boolean nullableis_size_relevant boolean nullablevariants array (default: [])@type string (default: "MytheresaVariant")sku string requiredsize string nullablesize_harmonized string nullableis_in_stock boolean nullablestock_hint integer nullableprice number nullableoriginal_price number nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No Mytheresa category page has this path Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.