Ankit21ks
Ankit21ks

Reputation: 484

How to skip 'Asking Permission step' in shopify API integration with PHP

I am new at API integration.

I am trying to fetch product list from my shopify store.

It's working fine. But the problem is when I run my script it ask me for username and password of store. When I enters it, it shows list.

I want to skip this step as I am going to run this script on server.

How to achieve this. I searched their forum but no luck.

Please Help.

Upvotes: 0

Views: 74

Answers (1)

Death-is-the-real-truth
Death-is-the-real-truth

Reputation: 72299

You need to follow below steps:-

  1. From your Shopify admin, click Settings, then click Online Store

  2. In the Storefront password section, uncheck the Password protect your storefront option

  3. click on save.

Now access store data through app without any password verification step. Thanks.

For more details:- https://docs.shopify.com/manual/intro-to-shopify/initial-setup

Upvotes: 1

Related Questions