GET
/
public
/
shops
/
{id}
/
products
/
search
curl --request GET \
  --url https://api.pandabase.io/public/shops/{id}/products/search
{
  "statusCode": 200,
  "message": "OK",
  "payload": {
    "products": [
      {
        "id": "prd_uMhXE4adX64gUQot",
        "title": "AltVault Basic Key",
        "subtitle": "altvault",
        "description": "Purchase an Advanced AltVault License key to redeem the advanced plan on your #1 reliable source for alts. Join the Discord to redeem your key. https://discord.gg/FVRrpk86z2",
        "handle": "altvault",
        "price": 499,
        "images": [
          "shops/shp_eTBvhtqazx3swzeK/products/prd_uMhXE4adX64gUQot/img_xUBIjbYBAGUyDjZGoEEKzkLJlKW25DrA.png",
          "shops/shp_eTBvhtqazx3swzeK/products/prd_uMhXE4adX64gUQot/img_6CTnuHYMpq4P7YZtbk9k2HhsMjboHlly.png"
        ],
        "in_stock": true,
        "currency": "USD",
        "type": "SERIAL",
        "version": "V1",
        "categories": []
      }
    ]
  }
}

Path Parameters

id
string
required

Query Parameters

query
string

Response

200 - application/json
OK

The response is of type object.