Skip to main content
GET
/
api
/
external
/
v2
/
subscription-customers
/
sync-info
/
{customerId}
Sync customer subscription details from Shopify
curl --request GET \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-customers/sync-info/{customerId}
{
  "type": "https://example.com/errors/bad-request",
  "title": "Invalid request",
  "status": 400,
  "detail": "Customer ID must be a valid positive integer"
}

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.

Headers

X-API-Key
string

Path Parameters

customerId
integer<int64>
required

Customer Id

Query Parameters

api_key
string

API Key (Deprecated - Use Header X-API-Key instead)

Response

Customer subscription data successfully synchronized from Shopify. No response body returned. Check activity logs to verify sync completion and review changes made.