What the issue and how to solve it?

Your Shopify app " " is making deprecated API calls. If this continues, the app may be delisted, and new installs may be blocked.

The issue is related to the GraphQL Admin API version 2025-01.
The field minimumRequirement in DiscountAutomaticBasic is now optional.
The last detected usage of this deprecated API was on Jan 30, 2025, at 11:59 PM UTC.

Hey!!

It looks like your Shopify app is using an older GraphQL Admin API version (2025-01), and this could cause issues down the line, you can try these below steps and see if it works for you:

1. Understand the Deprecated API Warning:

The warning indicates that the minimumRequirement field in the DiscountAutomaticBasic is now optional. This means that your app is making calls to the API that are no longer recommended or supported in future updates.

2. Check API Usage:

Review your app’s code where it interacts with the GraphQL Admin API. Specifically, look for any calls to the DiscountAutomaticBasic resource and check if the minimumRequirement field is still being used. Since it’s now optional, your app may need to either stop sending this field or adjust the way it handles this field.

3. Update to a Supported Version:

To avoid future issues and potential delisting, you should update your app to use a more current API version. Shopify updates the GraphQL API regularly, and it’s important to keep your app compatible with the latest version.

  • Check the latest GraphQL API documentation from Shopify to ensure you are using the most up-to-date fields and queries.
  • Migrate your app to the newest supported GraphQL Admin API version that fits your needs (e.g., 2025-04 or later).

4. Test the App:

Once you update the API usage:

  • Test your app thoroughly to ensure that it’s functioning as expected and not making any deprecated calls.
  • Use the Shopify API and admin logs to monitor any issues or deprecated calls that might still occur.

By addressing this deprecated API usage proactively, you can ensure your app remains functional and compliant with Shopify’s guidelines, preventing issues like delisting or blocking of new installs.

Now even if after all these steps its not working, then I would suggest you to look for a shopify expert who can help you with the issue, Thank you.