Appstle Subscriptions integration (Productivity, Marketing). Imported from open-connector.
https://subscription-admin.appstle.com/api/external/v2/subscription-contract-details/customers
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Filter customers by name. Partial matches are supported. |
| string | optional | Filter customers by exact email address. | |
| activeMoreThanOneSubscription | boolean | optional | Whether to return only customers with more than one active subscription. |
| page | integer | optional | Zero-based page number to request from Appstle. |
| size | integer | optional | Page size for the customer list. |
| sort | array | optional | Spring pageable sort directives such as id,desc. |
/api/external/v2/subscription-customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | integer | required | Numeric Shopify customer ID, without a gid:// prefix. |
| cursor | string | optional | Pagination cursor returned by Appstle for subscription contracts. |
/api/external/v2/subscription-customers/valid/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | integer | required | Numeric Shopify customer ID, without a gid:// prefix. |
/api/external/v2/subscription-customers-detail/valid/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | integer | required | Numeric Shopify customer ID, without a gid:// prefix. |