List All Subscriptions
GET
/v1/subscriptions
Returns a paginated list of subscriptions.
Filter parameters
store_id
Only return subscriptions belonging to the store with this ID.
order_id
Only return subscriptions belonging to the order with this ID.
order_item_id
Only return subscriptions belonging to the order item with this ID.
product_id
Only return subscriptions belonging to the product with this ID.
variant_id
Only return subscriptions belonging to the variant with this ID.
user_email
Only return subscriptions where the user_email
field is equal to this email address.
status
Only return subscriptions with this status.
Returns
Returns a paginated list of Subscription objects ordered by created_at
in descending order.