Can Shopify Admin API tell me which product a customer is actively subscribed to across third-party subscription apps?

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.productSubscriberStatus gives 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.

1 Like

Hey @panos_supersell_club, subscription contract details are scoped to the app that creates them, so those details would be available to the app that created the subscriptions.