List
Returns a list all of customer subscriptions for a merchant, or a list of subscriptions for an individual customer.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
live
Subscription status: active (True) or inactive (False)
product
Unique product identifier
shipping_address
Address ID
customer
Customer ID (only available in API user scope)
created
Subscription’s created date exact match (yyyy-mm-dd)
created_start
Subscription’s created date later or equal than parameter (yyyy-mm-dd)
created_end
Subscription’s created date sooner or equal than parameter (yyyy-mm-dd)
updated
Subscription’s updated date exact match (yyyy-mm-dd). On subscription creation is populated with same value as created field.
updated_start
Subscription’s updated datetime later or equal than parameter (yyyy-mm-ddThh:mm:ss)
updated_end
Subscription’s updated date time is sooner or equal than parameter (yyyy-mm-ddThh:mm:ss)
Response
200
count
next
previous
results
Errors
403
Forbidden Error