curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/data/products1{
"products": [
{
"get__typename": "<string>",
"id": "<string>",
"title": "<string>",
"handle": "<string>"
}
],
"pageInfo": {
"get__typename": "<string>",
"hasPreviousPage": true,
"hasNextPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
},
"productHandleData": {}
}Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ALL_PRODUCTS, PRODUCTS_FROM_ALL_PLANS, PRODUCTS_FROM_CURRENT_PLAN curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/data/products1{
"products": [
{
"get__typename": "<string>",
"id": "<string>",
"title": "<string>",
"handle": "<string>"
}
],
"pageInfo": {
"get__typename": "<string>",
"hasPreviousPage": true,
"hasNextPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
},
"productHandleData": {}
}