Path Parameters
The Shopee category ID to list products from. Look up IDs with
/v1/shopee/categories.Query Parameters
Shopee storefront code.Examples:
sg, my, th, vnNumber of results to return per page.
Number of results to skip (offset-based pagination). Page 2 of a 60-item page is
offset=60.Sort order for results.
| Value | Description |
|---|---|
relevancy | Best match (default) |
ctime | Newest listings first |
sales | Best-selling first |
price_low_to_high | Cheapest first |
price_high_to_low | Most expensive first |
Response
The category ID that was listed.
Storefront code.
Array of products in the category. Each item uses the same shape as a search Product object.
Pagination metadata with
limit, offset, total.Example Response
Each category request costs 5 credits. Failed requests are not charged.

