Skip to main content
GET
/
subscriptions
/
cp
/
api
/
data
/
subscription-products
List subscription products available to the customer
curl --request GET \
  --url https://www.myshop.com/apps/subscriptions/cp/api/data/subscription-products
[
  {
    "id": 123,
    "title": "<string>",
    "handle": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.appstle.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - */*

OK

id
integer<int64>
title
string
handle
string
status
enum<string>
Available options:
ACTIVE,
ARCHIVED,
DRAFT,
UNLISTED,
$UNKNOWN