laravel-shopify icon indicating copy to clipboard operation
laravel-shopify copied to clipboard

You cannot request a merchant's .myshopify.com URL

Open abimwaqas opened this issue 2 years ago • 3 comments

I am trying to get my app listed on the Shopify store. While fulfilling there numerous requirements. This is one which I am now totally stuck on.

Their last response mentions: "You cannot request a merchant's .myshopify.com URL", can anyone guide me what should I do? The screenshot they shared for reference is the following.

Shopify Listing Issue

abimwaqas avatar Apr 14 '22 09:04 abimwaqas

Hi @abimwaqas

Can you screenshot their actual response from the review? That's not a lot of information to go off.

This sort of request does sit outside the "issues" as it is not a bug/issue related to the package that I can see but more the app set up.

Kyon147 avatar Apr 15 '22 12:04 Kyon147

It's actually more like this issue https://github.com/osiset/laravel-shopify/issues/1073 the installation process is different for Screenshot 2022-04-15 175013 and the links are as follows Requirements: https://shopify.dev/apps/store/requirements#a-authentication I resolved the second issue mentioned in the point which occurs in case uninstalled webhook was not triggering and now i'm just deleting the shop on uninstall instead of soft delete. But main issue is access token needs to get after the grant_request not before.

abimwaqas avatar Apr 15 '22 13:04 abimwaqas

I resolved the issue by redirecting the /login to Shopify App Store (apps.shopify.com) this should be redirected to your specific app listing later on once published.

As per Shopify, you should not accept .myshopify.com in the field usually being used in login page.

clydesantiago avatar May 22 '22 08:05 clydesantiago

Closing out this ticket as it seems to be resolved but please re-open if the issue persists.

Kyon147 avatar Sep 11 '22 06:09 Kyon147