Skip to main content
GET
Get Products by category
Returns a paginated list of SKUs for a specific category. Use this when you want category-scoped browsing without using search/sort filters.

Parameters

categorystring
Category to filter products. Must be a valid supported category value.
pageNointeger
Page number to retrieve for the selected category. Used for pagination; typically starts at 1 unless specified otherwise.
pageSizeinteger
Number of products returned per page. Higher values return more items but increase response size.
GET/skus/category/{category}
curl -X GET "https://api.pixelbin.io/service/platform/misc/v2.0/skus/category/eyewear" \
-H "Authorization: Bearer {apitoken}"
Response
No example available.