Declined Built for Shopify Status

Hi everyone, I was declined Built for Shopify Status because of the following:

  1. All [links to your app] from the Create discount button on the discounts page must direct to a page in your embedded app where merchants can create the corresponding discount. These pages must follow all relevant [App Design Guidelines]. You’ll need to use Admin UI extensions.

I do not know what it means. My app does not have any links on the discounts page, and also I do not want to change the default behavior on the discount page. Can someone explain to me what this step requires?

Thanks,
Obihan

When you create a discount function, a merchant can go into the Shopify Discounts page in the Admin.
At the bottom of this list will be a button to click to create a discount in your app.
This needs to link into your application, you configure this in the shopify.extension.toml. You can see examples of this in the docs

The discount docs are really good for reference material for all the best practice

1 Like

I do not have a discount function, I am creating discounts through my app’s UI and calling GraphQL API. I added my app’s link here ‘admin.discount-index.action.link’ I hope it does the fix.