donglu9134 2016-02-19 04:43
浏览 162
已采纳

如何在shopify API与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.

  • 写回答

1条回答 默认 最新

  • dongyan1808 2016-02-19 04:59
    关注

    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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?