# Shopee API - Get the products of a Shopee shop

## API Overview

- Shop products list
- Product details
- See More

## API URL

`GET https://api.tmapi.io/shopee/shop/items/v2`

## Request Parameters

### Query

| Field | Type | Explanation | Required |
| --- | --- | --- | --- |
| site | string | Region name abbreviation, for example, Thailand is 'th'.<br/>Optional values: `my`, `th`, `ph`, `id`, `vn`, `sg`, `tw`, `br`, `mx`, `co`, `cl`<br/>Default value: my | false |
| shop_id | integer | Shop ID | true |
| keyword | string | Search keywords | false |
| by | string | Optional values: `pop`, `relevancy`, `ctime`, `sales`, `price`<br/>Default value: relevancy | false |
| order | string | Optional values: `desc`, `asc`<br/>Default value: desc | false |
| page | integer | Page number<br/>Default value: 1 | false |
| pageSize | integer | Default value: 15 | false |
| price_start | string | Filter: Minimum value of price range | false |
| price_end | string | Filter: Maximum value of price range | false |
| is_sold_out | string |  | false |

## Security Auth

> Please go to [Console-Account Center](https://console.tmapi.io/account/center) to get your apiToken.

> Add your apiToken to the request parameters. Please refer to the examples below.

## Request Example

```bash

curl --request GET 'https://api.tmapi.io/shopee/shop/items/v2?apiToken=xxxxxx&site=my&shop_id=140500145&by=relevancy&order=desc&page=1&pageSize=15'

```

## Response Example

```json

{
  "code": 200,
  "msg": "success",
  "data": {
    "page": 1,
    "page_size": 15,
    "total_count": 327,
    "has_next_page": true,
    "cat_id": "",
    "items": [
      {
        "item_id": 18430862841,
        "shop_id": 299222557,
        "title": "Haste De Limpeza Esgoto Banheiro Cozinha Limpador E Desentupidor Pia Ralo",
        "img": "https://cf.shopee.com.br/file/f7c4aa55fa51f2e8ea92665e657448eb",
        "main_imgs": [
          "https://cf.shopee.com.br/file/f7c4aa55fa51f2e8ea92665e657448eb",
          "https://cf.shopee.com.br/file/ee234bd7e670f2ce983fd7370a1074b8",
          "https://cf.shopee.com.br/file/fc72d7b2d72b0aee91ea4641da3863b4",
          "https://cf.shopee.com.br/file/034b0e6b658fdea22269bfc595d73a10"
        ],
        "video_url": "https://mms.vod.susercontent.com/api/v4/11110105/mms/br-11110105-6kfkp-lzj8n9v4hc1t27.default.mp4",
        "currency": "BRL",
        "brand": null,
        "category_id": 100636,
        "category_path": [
          100636,
          100716,
          101215
        ],
        "price_info": {
          "price": "10.1",
          "price_min": "",
          "price_max": ""
        },
        "shop_info": {
          "shop_id": 299222557,
          "shop_name": "RIven Bazar",
          "shop_location": "Rio de Janeiro",
          "shopee_verified": true,
          "is_official_shop": false
        },
        "discount": 0,
        "sold_count": 85,
        "sold_count_monthly": 10,
        "liked_count": 100234,
        "comment_count": 49340,
        "is_adult": false,
        "sku_props": [
          {
            "pid": "1",
            "prop_name": "Quantidade",
            "values": [
              {
                "vid": "1",
                "name": "12 unidade"
              },
              {
                "vid": "2",
                "name": "24 unidade"
              },
              {
                "vid": "3",
                "name": "36 unidade"
              },
              {
                "vid": "4",
                "name": "48 unidade"
              }
            ]
          }
        ],
        "ctime": 1659546073,
        "stock": 0,
        "item_status": "normal"
      },
      {
        "item_id": 23493888816,
        "shop_id": 299222557,
        "title": "Kit 20 Adesivos Protetores de Ralo Tela Descartavel Anti Entupimento e Anti Insetos Para Casa Fácil e Pratico",
        "img": "https://cf.shopee.com.br/file/sg-11134201-7rep2-m8f2zbrereea21",
        "main_imgs": [
          "https://cf.shopee.com.br/file/sg-11134201-7rep2-m8f2zbrereea21",
          "https://cf.shopee.com.br/file/sg-11134201-7repk-m8f2zcvn4iw2a7",
          "https://cf.shopee.com.br/file/br-11134207-81z1k-mhdaom80vmknad",
          "https://cf.shopee.com.br/file/sg-11134201-7req1-m8f2zemcm3sw30",
          "https://cf.shopee.com.br/file/br-11134207-81z1k-mhdaom80x153d8",
          "https://cf.shopee.com.br/file/sg-11134201-7req2-m8f2zfzqluavf9",
          "https://cf.shopee.com.br/file/br-11134207-81z1k-mhdaom80yfpj0a",
          "https://cf.shopee.com.br/file/sg-11134201-7renc-m8f2zi1jkfjb70",
          "https://cf.shopee.com.br/file/br-11134207-81z1k-mhdaom80zu9z7f"
        ],
        "video_url": "https://mms.vod.susercontent.com/api/v4/11110105/mms/br-11110105-6kfkq-m8f324r0z3e9d1.default.mp4",
        "currency": "BRL",
        "brand": null,
        "category_id": 100636,
        "category_path": [
          100636,
          100716,
          101215
        ],
        "price_info": {
          "price": "10.0",
          "price_min": "",
          "price_max": ""
        },
        "shop_info": {
          "shop_id": 299222557,
          "shop_name": "RIven Bazar",
          "shop_location": "Rio de Janeiro",
          "shopee_verified": true,
          "is_official_shop": false
        },
        "discount": 1,
        "sold_count": 35,
        "sold_count_monthly": 8,
        "liked_count": 35891,
        "comment_count": 20215,
        "is_adult": false,
        "sku_props": [
          {
            "pid": "1",
            "prop_name": "QUANTIDADE",
            "values": [
              {
                "vid": "1",
                "name": "10 UNIDADES",
                "imageUrl": "https://cf.shopee.com.br/file/sg-11134201-7reoi-m8f2zjdjm6txb2"
              },
              {
                "vid": "2",
                "name": "20 UNIDADES",
                "imageUrl": "https://cf.shopee.com.br/file/sg-11134201-7req5-m8f2zir2khed9d"
              },
              {
                "vid": "3",
                "name": "ROLO TELA 5 METROS",
                "imageUrl": "https://cf.shopee.com.br/file/br-11134207-81z1k-mhdaom85lla81a"
              }
            ]
          }
        ],
        "ctime": 1744305241,
        "stock": 0,
        "item_status": "normal"
      },
      {
        "item_id": 18397631348,
        "shop_id": 299222557,
        "title": "2 Pcs Meias De Silicone Para O Cuidado Dos Pés Gel Hidratante Anti-Rachaduras Removedor De Pele Morta",
        "img": "https://cf.shopee.com.br/file/sg-11134201-7rcea-lsbvrpb8di9560",
        "main_imgs": [
          "https://cf.shopee.com.br/file/sg-11134201-7rcea-lsbvrpb8di9560",
          "https://cf.shopee.com.br/file/sg-11134201-7rcdh-lsbvrqybz156d0",
          "https://cf.shopee.com.br/file/sg-11134201-7rcbz-lsbvrskbm5wle9",
          "https://cf.shopee.com.br/file/sg-11134201-7rce8-lsbvruah37lje2",
          "https://cf.shopee.com.br/file/sg-11134201-7rccu-lsbvrvsuvmir84"
        ],
        "video_url": "https://mms.vod.susercontent.com/api/v4/11110105/mms/br-11110105-6kfkq-lz0tdazx2rdxf3.default.mp4",
        "currency": "BRL",
        "brand": null,
        "category_id": 100630,
        "category_path": [
          100630,
          100658,
          100866,
          101614
        ],
        "price_info": {
          "price": "11.98",
          "price_min": "",
          "price_max": ""
        },
        "shop_info": {
          "shop_id": 299222557,
          "shop_name": "RIven Bazar",
          "shop_location": "Rio de Janeiro",
          "shopee_verified": true,
          "is_official_shop": false
        },
        "discount": 7,
        "sold_count": 44,
        "sold_count_monthly": 6,
        "liked_count": 46366,
        "comment_count": 24525,
        "is_adult": false,
        "sku_props": [
          {
            "pid": "1",
            "prop_name": "Quantidade",
            "values": [
              {
                "vid": "1",
                "name": "1 Par"
              },
              {
                "vid": "2",
                "name": "2 Pares"
              },
              {
                "vid": "3",
                "name": "3 Pares"
              }
            ]
          }
        ],
        "ctime": 1709243665,
        "stock": 0,
        "item_status": "normal"
      }
    ]
  }
}

```