Fetch subscription contract delivery price

Hi everyone, one of our users is migrating from another subscription app to ours. The other subscription app has exported a file with the subscription contract data. However, it doesn’t have delivery price information. How can we get the delivery price for each subscription? Is there an API to get that info?

@Liam-Shopify can you please assist?

Is this what you’re looking for? SubscriptionContract - GraphQL Admin

The problem is, thus query can only run on contracts created by our app. It won’t get data for contracts created by another app.

Hey! This is a limitation of the subscription API scopes. They are scoped specifically to the app that created the contract. Is the other subscription app able to re-export the information and include the delivery price you need?

We have contacted other app and they are not able to export. They are shutting down their app soon. This is not good.

Oh no. Just thinking of other options here. Could you query the most recent orders from all of the customers to determine the delivery options?