Category Products List
List Uniqlo France products for a taxonomy path such as "37608,84986" with prices, promotions, ratings, stock, colors, and sizes. Offset-paginated.
uniqlo.category.products.list
/execute
Shared execution endpoint
Input parameters
include_unavailable
boolean
optional
Keep out-of-stock products in the parsed items. The anonymous API has no server-side in-stock-only filter, so false filters client-side; pagination still reflects upstream totals.
limit
integer
optional
Page size. Defaults to 36, clamped to 96.
offset
integer
optional
Zero-based item offset.
path
string
required
Taxonomy path from uniqlo.categories.list: "{gender_id},{class_id}" (e.g. "37608,84986" for WOMEN tops). A third category id segment is also accepted.
37608,84986
sort
integer
optional
Upstream sort order id; 0 is the app's default ranking.
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.