POST /api/mytheresa/products
Price: 1 credit
Get one Mytheresa product by URL or alias: designer, price and discount in the chosen country's currency, sizes with stock, description, features, size and fit, measurements, images and videos, categories and storefront links
Fetch the full Mytheresa product for a product URL or alias, as returned in alias by the Mytheresa listing endpoints. Content is in English; prices follow country.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)product string required — Mytheresa product page URL or product alias (examples: "https://www.mytheresa.com/us/en/men/lemaire-soft-game-large-shoulder-bag-grey-p01219268", "lemaire-soft-game-large-shoulder-bag-grey-p01219268"; minLength: 1)section string nullable — Store department to look the product up in first; taken from the URL when it carries one (one of: "women", "men", "kids", "life")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")@type string (default: "MytheresaProduct")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 nullablecategory_group_code string nullablecategories array (default: [])@type string (default: "MytheresaCategoryRef")level string requiredid string nullablename string nullablepath string nullablebreadcrumbs array (default: [])@type string (default: "MytheresaBreadcrumb")name string requiredpath string nullablefeatures array (default: [])size_and_fit array (default: [])size_note string nullablevideos array (default: [])@type string (default: "MytheresaVideo")video string requiredvideo_zoom string nullablethumbnail string nullableposition integer nullablestyle_image string nullablemeasurement_image string nullablemeasurements array (default: [])@type string (default: "MytheresaMeasurement")name string requiredpoint string nullablevalues array (default: [])@type string (default: "MytheresaSizeValue")size string requiredvalue string nullablesize_conversions array (default: [])@type string (default: "MytheresaSizeConversion")label string requiredsizes array (default: [])@type string (default: "MytheresaSizeValue")size string requiredvalue string nullablesustainability object nullable@type string (default: "MytheresaSustainability")brand_recognition array (default: [])materials array (default: [])packaging array (default: [])traceability array (default: [])local_pricing object nullable@type string (default: "MytheresaLocalPricing")rate number nullablecurrency string nullablecurrency_symbol string nullablepromotions array (default: [])@type string (default: "MytheresaPromotion")name string requiredkind string nullableseller_descriptions array (default: [])@type string (default: "MytheresaSellerDescription")name string nullablekind string nullabletext string nullableset_items array (default: [])warning string nullableis_coming_soon boolean nullableis_returnable boolean nullablehas_shipment_surcharge boolean nullablehas_spurring boolean nullablealternate_urls array (default: [])@type string (default: "MytheresaAlternateUrl")store string requiredcountry string nullablelanguage string nullableurl string 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 product has this alias 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.