Get the products of a Shopee shop
Information you can get with this API
- Shop products list
- Product details
- See More
Basic Information
Request Parameter
Query
Field | Type | Explanation | Required |
---|---|---|---|
site | string | Abbreviation of the region, for example, Thailand is 'th'. Optional values: my ,th ,ph ,id ,vn ,sg ,tw ,br ,mx ,co ,cl Default value: my | false |
shop_id | integer | shop id | true |
keyword | string | search keywords | false |
by | string | Optional values: pop ,relevancy ,ctime ,sales ,price Default value: relevancy | false |
order | string | Optional values: desc ,asc Default value: desc | false |
page | integer | page number Default value: 1 | false |
pageSize | integer | Default value: 20 | false |
price_start | string | Minimum value of price range filter | false |
price_end | string | Maximum value of price range filter | false |
is_sold_out | string | false |
Body
Security Auth
tip
Please go to Console-Account Center to get your apiToken
Add your apiToken to your query parameters. Please refer to the examples below.
Request Example
- PHP
- JavaScript
- Python
- Java
- Go
Response Example
- 200
- 417
- 422
- 439
- 499
- 500
- 503
Loading...