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.
Capability ID
uniqlo.category.products.list
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
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. |
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.