Public API
List shop products
Public API
List shop products
GET
/
public
/
shops
/
{id}
/
products
curl --request GET \
--url https://api.pandabase.io/public/shops/{id}/products
{
"statusCode": 200,
"message": "OK",
"payload": {
"products": [
{
"id": "prd_XtG7Qn2vL9b1CKzF",
"title": "QuantumWave AI Assistant",
"subtitle": "QuantumWave",
"description": "Unlock the full potential of your digital workspace with the QuantumWave AI Assistant. This advanced tool offers predictive analytics, real-time collaboration enhancements, and seamless integration with major productivity suites. Join our community and get the most out of your AI assistant! [Join now](https://discord.gg/QuantumWaveAI)",
"handle": "quantumwave",
"price": 1999,
"images": [
"shops/shp_qwE5dJHhK4rL0opA/products/prd_XtG7Qn2vL9b1CKzF/img_1.png",
"shops/shp_qwE5dJHhK4rL0opA/products/prd_XtG7Qn2vL9b1CKzF/img_2.png"
],
"in_stock": true,
"currency": "USD",
"type": "SERIAL",
"version": "V1",
"categories": []
},
{
"id": "prd_JmF3dVeD5kT7L1oR",
"title": "NebulaDrive Cloud Storage",
"subtitle": "NebulaDrive",
"description": "Experience unmatched cloud storage with NebulaDrive. Offering secure, scalable, and ultra-fast data access, NebulaDrive ensures your files are always within reach. Get started with our special offer and enjoy premium features at no extra cost! [Join now](https://discord.gg/NebulaDriveCloud)",
"handle": "nebuladrive",
"price": 2999,
"images": [
"shops/shp_nD8kU4zY6pH1KlO9/products/prd_JmF3dVeD5kT7L1oR/img_1.png",
"shops/shp_nD8kU4zY6pH1KlO9/products/prd_JmF3dVeD5kT7L1oR/img_2.png"
],
"in_stock": true,
"currency": "USD",
"type": "SUBSCRIPTION",
"version": "V1",
"categories": []
},
{
"id": "prd_LcB7Xe4fQ9rN2oVY",
"title": "AuroraTech VR Headset",
"subtitle": "AuroraTech",
"description": "Immerse yourself in a new reality with the AuroraTech VR Headset. Designed for optimal comfort and cutting-edge visuals, this headset brings your virtual experiences to life. Grab yours now and dive into a world of endless possibilities! [Join now](https://discord.gg/AuroraTechVR)",
"handle": "auroratech",
"price": 499,
"images": [
"shops/shp_atR2oLpD1mC5KbV7/products/prd_LcB7Xe4fQ9rN2oVY/img_1.png",
"shops/shp_atR2oLpD1mC5KbV7/products/prd_LcB7Xe4fQ9rN2oVY/img_2.png"
],
"in_stock": true,
"currency": "USD",
"type": "PHYSICAL",
"version": "V1",
"categories": []
}
],
"meta": {
"total": 3,
"page": 1,
"pageSize": 10,
"totalPages": 1
}
}
}
Path Parameters
Query Parameters
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.pandabase.io/public/shops/{id}/products
{
"statusCode": 200,
"message": "OK",
"payload": {
"products": [
{
"id": "prd_XtG7Qn2vL9b1CKzF",
"title": "QuantumWave AI Assistant",
"subtitle": "QuantumWave",
"description": "Unlock the full potential of your digital workspace with the QuantumWave AI Assistant. This advanced tool offers predictive analytics, real-time collaboration enhancements, and seamless integration with major productivity suites. Join our community and get the most out of your AI assistant! [Join now](https://discord.gg/QuantumWaveAI)",
"handle": "quantumwave",
"price": 1999,
"images": [
"shops/shp_qwE5dJHhK4rL0opA/products/prd_XtG7Qn2vL9b1CKzF/img_1.png",
"shops/shp_qwE5dJHhK4rL0opA/products/prd_XtG7Qn2vL9b1CKzF/img_2.png"
],
"in_stock": true,
"currency": "USD",
"type": "SERIAL",
"version": "V1",
"categories": []
},
{
"id": "prd_JmF3dVeD5kT7L1oR",
"title": "NebulaDrive Cloud Storage",
"subtitle": "NebulaDrive",
"description": "Experience unmatched cloud storage with NebulaDrive. Offering secure, scalable, and ultra-fast data access, NebulaDrive ensures your files are always within reach. Get started with our special offer and enjoy premium features at no extra cost! [Join now](https://discord.gg/NebulaDriveCloud)",
"handle": "nebuladrive",
"price": 2999,
"images": [
"shops/shp_nD8kU4zY6pH1KlO9/products/prd_JmF3dVeD5kT7L1oR/img_1.png",
"shops/shp_nD8kU4zY6pH1KlO9/products/prd_JmF3dVeD5kT7L1oR/img_2.png"
],
"in_stock": true,
"currency": "USD",
"type": "SUBSCRIPTION",
"version": "V1",
"categories": []
},
{
"id": "prd_LcB7Xe4fQ9rN2oVY",
"title": "AuroraTech VR Headset",
"subtitle": "AuroraTech",
"description": "Immerse yourself in a new reality with the AuroraTech VR Headset. Designed for optimal comfort and cutting-edge visuals, this headset brings your virtual experiences to life. Grab yours now and dive into a world of endless possibilities! [Join now](https://discord.gg/AuroraTechVR)",
"handle": "auroratech",
"price": 499,
"images": [
"shops/shp_atR2oLpD1mC5KbV7/products/prd_LcB7Xe4fQ9rN2oVY/img_1.png",
"shops/shp_atR2oLpD1mC5KbV7/products/prd_LcB7Xe4fQ9rN2oVY/img_2.png"
],
"in_stock": true,
"currency": "USD",
"type": "PHYSICAL",
"version": "V1",
"categories": []
}
],
"meta": {
"total": 3,
"page": 1,
"pageSize": 10,
"totalPages": 1
}
}
}