APIs for managing Shopify delivery profiles, shipping rates, zones, and free shipping configuration for subscription memberships
External (0.0.1)
Download OpenAPI description
Languages
Servers
https://membership-admin.appstle.com
Request
Retrieves custom CSS styles configured for subscription widgets and customer portal. These styles allow merchants to customize the visual appearance of subscription elements to match their brand.
Use Cases:
- Apply custom styling to subscription widgets on storefront
- Customize customer portal appearance
- Match brand colors and fonts
- Override default widget styles
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
- https://membership-admin.appstle.com/api/external/v2/subscription-custom-csses/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://membership-admin.appstle.com/api/external/v2/subscription-custom-csses/mystore.myshopify.com?api_key=string' \
-H 'X-API-Key: string'Response
application/json
{ "id": 0, "shop": "string", "customCss": "string", "customerPoratlCSS": "string", "bundlingCSS": "string", "bundlingIframeCSS": "string" }