Shopify App Store
Get category detail and app listing
GET
Get category detail and app listing
Path Parameters
Category handle slug
Example:
"marketing"
Query Parameters
Page number
Required range:
x >= 1Example:
1
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.scoutlayer.io/v1/shopify/appstore/category/{handle}{
"name": "<string>",
"description": "<string>",
"appCount": 123,
"apps": [
{
"name": "<string>",
"url": "<string>",
"isSponsored": true,
"isBuiltForShopify": true,
"position": 123,
"handle": "<string>"
}
],
"pagination": {
"hasNextPage": true,
"totalPages": 123,
"currentPage": 123
},
"breadcrumbs": [
{
"name": "<string>",
"url": "<string>",
"handle": "<string>",
"parentHandle": "<string>"
}
],
"subCategories": [
"<string>"
]
}Category handle slug
"marketing"
Page number
x >= 11
Category detail
Show child attributes
Show child attributes
topic, secondary, tertiary Show child attributes
curl --request GET \
--url https://api.scoutlayer.io/v1/shopify/appstore/category/{handle}{
"name": "<string>",
"description": "<string>",
"appCount": 123,
"apps": [
{
"name": "<string>",
"url": "<string>",
"isSponsored": true,
"isBuiltForShopify": true,
"position": 123,
"handle": "<string>"
}
],
"pagination": {
"hasNextPage": true,
"totalPages": 123,
"currentPage": 123
},
"breadcrumbs": [
{
"name": "<string>",
"url": "<string>",
"handle": "<string>",
"parentHandle": "<string>"
}
],
"subCategories": [
"<string>"
]
}