Skip to main content
GET
/
memberships
/
cp
/
api
/
subscription-custom-csses
/
{id}
Get custom CSS styles
curl --request GET \
  --url https://www.myshop.com/apps/memberships/cp/api/subscription-custom-csses/{id}
{
  "shop": "<string>",
  "id": 123,
  "customCss": "<string>",
  "customerPoratlCSS": "<string>",
  "bundlingCSS": "<string>",
  "bundlingIframeCSS": "<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.

Path Parameters

id
integer<int64>
required

Response

200 - */*

OK

shop
string
required
id
integer<int64>
customCss
string
customerPoratlCSS
string
bundlingCSS
string
bundlingIframeCSS
string