Hi,
I want to do one simple thing:
Given a customer with productSubscriberStatus = ACTIVE, I want to know which specific product or variant they are currently subscribed to.
Can Shopify Admin API provide that mapping across third-party subscription apps?
From my testing, I can see:
customer.productSubscriberStatusgives me a customer-level status- order line items can show
sellingPlan, but that only tells me how a past order was purchased - I have not found any API that says: “this customer is currently subscribed to product X”
So my question is:
Is there any Shopify-supported cross-app way to map an active customer subscription to the specific subscribed product/variant?
Or is that data not available universally, meaning the only options are:
- app-owned subscription contract APIs
- inferring from order history
- building a custom bridge
Thanks.