Skip to main content

Get the products of a Shopee shop

Information available through this API includes

  • Shop products list
  • Product details

Basic Information

Method API URL
GET http://api.noxapi.com/shopee/v1/shop/items

Request Parameter

Field Type Description Required
Authorization string

Your apiToken.

true

Query

Parameter Type Description Required
site string

The abbreviation for the region, e.g., 'th' for Thailand.

Optional values: my,th,ph,id,vn,sg,tw,br,mx,co,cl

Default value: th

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

Include your apiToken in the request headers using the Authorization field. Please refer to the examples below.

Request Example

Response Example