Path Parameters
integer
required
The Shopee category ID to list products from. Look up IDs with
/v1/shopee/categories.Query Parameters
string
default:"sg"
Shopee storefront code.Examples:
sg, my, th, vninteger
default:60
Number of results to return per page.
integer
default:0
Number of results to skip (offset-based pagination). Page 2 of a 60-item page is
offset=60.string
default:"relevancy"
Sort order for results.
Response
integer
The category ID that was listed.
string
Storefront code.
array
Array of products in the category. Each item uses the same shape as a search Product object.
object
Pagination metadata with
limit, offset, total.Example Response
Each category request costs 5 credits. Failed requests are not charged.

