Skip to main content
GET
/
subscriptions
/
cp
/
api
/
data
/
product
Get product details by ID
curl --request GET \
  --url https://www.myshop.com/apps/subscriptions/cp/api/data/product
{
  "get__typename": "<string>",
  "id": "<string>",
  "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.

Query Parameters

productId
integer<int64>
required

Response

Product retrieved successfully

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