/hm/categories/products
List H&M products in a category: article id, name, brand, price, list_price, images, available colors (swatches), sizes with stock, stock availability and category code.
Price: 10 credits per 50 results
💡 AI Hint: List products from an H&M category. Provide category as (e.g. category_id ‘men_viewall’, page_id ‘/men/shop-by-product/view-all’) plus a locale and how many products you want. Returns id (article number), name, brand, url, alias, price/list_price/price_formatted, image+images, color_name, colors (other color variants with their article id/name/code/image), sizes (label + stock), is_in_stock, is_new_arrival, is_multipack, has_video and category code.
Authorizations
API token from the dashboard
Headers
Body
H&M category to list products from
{
"category_id": "men_viewall",
"page_id": "/men/shop-by-product/view-all"
}Max number of products to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500H&M store locale
en_us, en_gb, de_de, fr_fr, es_es, it_it Response
Successful Response