Get detailed information about Shopee product API(By Id)
Information you can get with this API
- Product basic information (title/category/brand/product property/comment counts, etc.)
- Main images/video
- Description images/html
- Shop information (Shop id/location/type, etc.)
- Logistics information (delivery from/postage)
- sku attributes (name/thumbnail)
- sku price and stock
Security Auth
API Token Auth
An API Token is a token that when making API calls to use.
Include the Token in a query parameter called apiToken.
tip
Example:
Check the apiToken in the Console-Account Center
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. Default value: my | false |
item_id | integer | product id | true |
shop_id | integer | shop id | true |
Body
Request Example
Response Example
- 200
- 417
- 422
- 429
Loading...