Is there a DeepLink for a page where I can manage a specific subscription?

https://developer.apple.com/documentation/storekit/in-app_purchase/subscriptions_and_offers/handling_subscriptions_billing?language=objc

Looking at the document above, there are two deeplinks for subscription management.
  • apps.apple.com/account/billing

  • apps.apple.com/account/subscriptions

Among these "apps.apple.com/account/subscriptions" checks all products subscribed to by the logged in account.

I am wondering if there is a link to directly navigate to the subscription management page for a specific productIdentifier

https://www.icloud.com/iclouddrive/0I6WuUT6JYyZb_1NP8X0Y6jlg#Screen_Shot_2021-01-21_at_5.08.44_AM

Is there a url link to the Edit Subscription screen as shown in the screenshot above?