Search recurring subscriptions
Last updated
Was this helpful?
Last updated
Was this helpful?
GET
https://app.ecwid.com/api/v3/{storeId}/subscriptions
Your app must have the following access scopes to make this request: read_subscriptions
All query params are optional.
id
number
Search term for the internal subscription ID.
createdFrom
string
Datetime when subscription was created (lower bound).
For example, 2024-05-26 13:37:46 +0000
createdTo
string
Datetime when subscription was created (upper bound).
For example, 2024-05-26 13:37:46 +0000
cancelledFrom
string
Datetime when subscription was cancelled (lower bound).
For example, 2024-05-26 13:37:46 +0000
cancelledTo
string
Datetime when subscription was cancelled (upper bound).
For example, 2024-05-26 13:37:46 +0000
updatedFrom
string
Datetime when subscription was updated for the last time (lower bound).
For example, 2024-05-26 13:37:46 +0000
updatedTo
string
Datetime when subscription was updated for the last time (upper bound).
For example, 2024-05-26 13:37:46 +0000
customerId
number
Search term for the internal customer ID.
status
string
Subscription status .
One of:
ACTIVE
CANCELLED
LAST_CHARGE_FAILED
REQUIRES_PAYMENT_CONFIRMATION
nextChargeFrom
string
Datetime of the next subscription charge (lower bound).
For example, 2024-05-26 13:37:46 +0000
nextChargeTo
string
Datetime of the next subscription charge (upper bound).
For example, 2024-05-26 13:37:46 +0000
recurringInterval
string
Search term for the time scale of subscription's recurring interval.
One of:
DAY
WEEK
MONTH
YEAR
recurringIntervalCount
number
Search term for the frequency of subscription's recurring charges.
One of:
for DAY
- 1
(daily)
for WEEK
- 1
(weekly) or 2
(biweekly)
for MONTH
- 1
(monthly) or 3
(quarterly)
for YEAR
- 1
(annually)
productId
number
Search term for the ID of the subscription product.
string
Email of the customer who bought a subscription product.
orderId
string
Search term for the order ID with the subscription product inside.
orderTotal
number
Subscription's order total.
orderCreatedFrom
string
Datetime when the order with a subscription was placed (lower bound).
For example, 2024-05-26 13:37:46 +0000
orderCreatedTo
string
atetime when the order with a subscription was placed (upper bound).
For example, 2024-05-26 13:37:46 +0000
limit
number
Limit to the number of returned items. Maximum and default value (if not specified) is 100
.
offset
number
Offset from the beginning of the returned items list. Used when the response contains more items than limit
allows to receive in one request.
Usually used to receive all items in several requests with multiple of a hundred, for example:
?offset=0
for the first request,
?offset=100
, for the second request,
?offset=200
, for the third request, etc.
sortBy
string
Sorting order for the response.
One of:
DATE_CREATED_ASC
DATE_CREATED_DESC
(default)
ORDER_COUNT_ASC
ORDER_COUNT_DESC
NEXT_CHARGE_DATE_ASC
NEXT_CHARGE_DATE_DESC
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON object with the following fields:
total
number
Total number of found items (might be more than the number of returned items).
count
number
Total number of items returned in the response.
offset
number
Offset from the beginning of the returned items list specified in the request.
limit
number
Maximum number of returned items specified in the request. Maximum and default value: 100
.
items
Detailed information about returned subscriptions.
subscriptionId
number
Internal subscription ID.
customerId
number
Internal ID of the customer who bought subscription.
status
string
One of:
ACTIVE
CANCELLED
LAST_CHARGE_FAILED
REQUIRES_PAYMENT_CONFIRMATION
statusUpdated
string
Datetime when the subscription status was updated for the last time.
For example, 2024-05-26 13:37:46 +0000
created
string
Datetime when the order containing subscription was placed.
For example, 2024-05-26 13:37:46 +0000
cancelled
string
Datetime when the subscription was cancelled.
For example, 2024-05-26 13:37:46 +0000
nextCharge
string
Datetime of the next recurring charge for the subscription.
For example, 2024-05-26 13:37:46 +0000
createTimestamp
number
Datetime when the order containing subscription was placed in UNIX timestamp format.
For example, 1623848020508
updateTimestamp
number
Datetime when the subscription status was updated for the last time in UNIX timestamp format.
For example, 1623848020508
chargeSettings
Details about recurring charges set up for the subscription.
paymentMethod
Details about the payment method used for the subscription.
orders
Short details about the order containing the subscription: ID, total, creation date.
orderTemplate
Detailed information about the order containing the subscription.
recurringInterval
string
Search term for the time scale of subscription's recurring interval.
One of:
DAY
WEEK
MONTH
YEAR
recurringIntervalCount
number
Search term for the frequency of subscription's recurring charges.
One of:
for DAY
- 1
(daily)
for WEEK
- 1
(weekly) or 2
(biweekly)
for MONTH
- 1
(monthly) or 3
(quarterly)
for YEAR
- 1
(annually)
creditCardMaskedNumber
string
Credit card masked number, e.g. *1111.
creditCardBrand
string
Credit card brand, e.g. Visa.
id
number
Internal order ID.
total
number
Order total .
createDate
string
Order creation date and time, e.g. 2021-06-16 12:53:39 +0000.
A JSON object with the order details in the same format as in the GET order request.
array of objects
object
object
object
object