Public API
Retrieve Product
Public API
Retrieve Product
GET
/
public
/
shops
/
{shop_id}
/
products
/
{id}
curl --request GET \
--url https://api.pandabase.io/public/shops/{shop_id}/products/{id}
{
"statusCode": 200,
"message": "OK",
"payload": {
"product": {
"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"
],
"tags": [
"altvault"
],
"in_stock": true,
"is_draft": false,
"currency": "USD",
"type": "SERIAL",
"categories": [],
"reviews": []
}
}
}
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.pandabase.io/public/shops/{shop_id}/products/{id}
{
"statusCode": 200,
"message": "OK",
"payload": {
"product": {
"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"
],
"tags": [
"altvault"
],
"in_stock": true,
"is_draft": false,
"currency": "USD",
"type": "SERIAL",
"categories": [],
"reviews": []
}
}
}