POST /api/ifixit/products
Price: 5 credits
Get one iFixit store product with every option, price, stock level and compatible device
The full record behind a store product handle: one variant per option combination, each with its own price, stock level, SKU, warranty and specification table. Prices and stock come back for the US store; other regions are reachable through the product search. Everything a buyer needs to judge fit lives here — compatible_devices, the per-variant specifications_html and kit_contents_html — and none of it is in the search results, so fetch the product itself before answering 'does this part fit'. Pass the handle from a product URL, not the numeric product code.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)product string required — Store product handle, or the URL of a product page (examples: "iphone-13-battery", "https://www.ifixit.com/products/iphone-13-battery"; minLength: 1)@type string (default: "IfixitProduct")id string requiredname string requiredalias string requiredurl string nullablesku string nullableshopify_id string nullabledescription string nullablevendor string nullableis_enabled boolean nullablerating number nullablerating_count integer nullableview_count integer nullableview_count_today integer nullableview_count_week integer nullableview_count_month integer nullableprop65_chemicals string nullableprop65_warning_type string nullablehas_more_compatible_devices boolean nullablevideo_url string nullablecategories array (default: [])item_types array (default: [])tool_categories array (default: [])tags array (default: [])device_ancestors array (default: [])enabled_store_regions array (default: [])compatibility_notes array (default: [])fixbot_suggestions array (default: [])images array (default: [])breadcrumbs array (default: [])@type string (default: "IfixitBreadcrumb")name string requiredurl string nullableoptions array (default: [])@type string (default: "IfixitProductOption")name string requiredvalues array (default: [])variants array (default: [])@type string (default: "IfixitProductVariant")id string requiredname string nullablesku string nullableproduct_code string nullableoption_id string nullableinternal_name string nullableprice number nullablecurrency string nullablecompare_at_price number nullablediscount_percent integer nullableis_discounted boolean nullablequantity_available integer nullableis_backordered boolean nullableis_preorder boolean nullableis_enabled boolean nullabledisable_when_out_of_stock boolean nullableexpected_ship_date string nullableships_from string nullablefulfiller string nullablecore_return_value number nullablewarranty string nullablewarning string nullableimage string nullabledescription_html string nullablenote_html string nullabledisclaimer_html string nullablespecifications_html string nullablekit_contents_html string nullableassembly_contents_html string nullableshipping_restrictions array (default: [])selected_options array (default: [])@type string (default: "IfixitSelectedOption")name string requiredvalue string nullablecross_sells array (default: [])@type string (default: "IfixitProductPreview")alias string requiredname string nullableurl string nullableimage string nullablesku string nullableprice number nullablecurrency string nullablerating number nullablerating_count integer nullablequantity_available integer nullablecategories array (default: [])is_pro boolean nullablehas_lifetime_warranty boolean nullableis_enabled boolean nullablecompatible_devices array (default: [])@type string (default: "IfixitCompatibleDevice")name string requiredurl string nullableimage string nullablevariants array (default: [])guides array (default: [])@type string (default: "IfixitProductGuide")id string requiredname string nullableurl string nullableimage string nullablesummary string nullabletime_required string nullabledifficulty string nullablefaqs array (default: [])@type string (default: "IfixitProductFaq")question string requiredanswer string nullablepriority integer nullablecategory string nullableitem_type string nullablefeatured_products array (default: [])@type string (default: "IfixitProductPreview")alias string requiredname string nullableurl string nullableimage string nullablesku string nullableprice number nullablecurrency string nullablerating number nullablerating_count integer nullablequantity_available integer nullablecategories array (default: [])is_pro boolean nullablehas_lifetime_warranty boolean nullableis_enabled boolean nullablespecs array (default: [])@type string (default: "IfixitProductSpec")name string requiredvalue string nullablebits array (default: [])@type string (default: "IfixitToolkitBit")id string requiredsize string nullablebit_type string nullabledriver_size string nullableicon 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 store product exists under that handle. 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.