How to get shop_url who install my shopify app first timeHow do I get started with Node.jsHow to decide when to use Node.js?How to get GET (query string) variables in Express.js on Node.js?How to authenticate Shopify App using Laravel 5Shopify App - define url to redirect when app is selected form app list of a shopshopify redirecting user to SDK iframe after installing the appShopify App Development need button on headerHow public shopify app will appear to store visitorsWhat is the Shopify Public App Install Flow?

Why don't Wizards use wrist straps to protect against disarming charms?

What is the mathematical notation for rounding a given number to the nearest integer?

International Orange?

How to publish superseding results without creating enemies

How to draw a Venn diagram for X - (Y intersect Z)?

What is the source of "You can achieve a lot with hate, but even more with love" (Shakespeare?)

How To Make Earth's Oceans as Brackish as Lyr's

Why is the year in this ISO timestamp not 2019?

Prove that a convergent real sequence always has a smallest or a largest term

Is "you will become a subject matter expert" code for "you'll be working on your own 100% of the time"?

How does a simple logistic regression model achieve a 92% classification accuracy on MNIST?

Insight into cavity resonators

Why is the car dealer insisting on a loan instead of cash?

Some Prime Peerage

Planar regular languages

Make 1998 using the least possible digits 8

What is the meaning of 「ぞんぞん」?

Why is this sentence grammatical?

How clean are pets?

What is a "major country" as named in Bernie Sanders' Healthcare debate answers?

Is there a tool to measure the "maturity" of a code in Git?

Why is it called a stateful and a stateless firewall?

Why is belonging not transitive?

Can I travel to European countries with the Irish passport and without destination Visa?



How to get shop_url who install my shopify app first time


How do I get started with Node.jsHow to decide when to use Node.js?How to get GET (query string) variables in Express.js on Node.js?How to authenticate Shopify App using Laravel 5Shopify App - define url to redirect when app is selected form app list of a shopshopify redirecting user to SDK iframe after installing the appShopify App Development need button on headerHow public shopify app will appear to store visitorsWhat is the Shopify Public App Install Flow?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
following is url for install my app in particular shopify store
and this url call my callback url which generate permanent access_token



https://example.com/shopify?shop=shopname.myshopify.com

shop_url=shopname.myshopify.com


How to get this shop_url of shopify store who install my app very first time. can any one help me out with this



problem is how to set and where to get shop_url when my install app route call



https://example.com/shopify?shop=?


? where to get this. Can any one please help. thank you










share|improve this question






























    0















    i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
    following is url for install my app in particular shopify store
    and this url call my callback url which generate permanent access_token



    https://example.com/shopify?shop=shopname.myshopify.com

    shop_url=shopname.myshopify.com


    How to get this shop_url of shopify store who install my app very first time. can any one help me out with this



    problem is how to set and where to get shop_url when my install app route call



    https://example.com/shopify?shop=?


    ? where to get this. Can any one please help. thank you










    share|improve this question


























      0












      0








      0








      i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
      following is url for install my app in particular shopify store
      and this url call my callback url which generate permanent access_token



      https://example.com/shopify?shop=shopname.myshopify.com

      shop_url=shopname.myshopify.com


      How to get this shop_url of shopify store who install my app very first time. can any one help me out with this



      problem is how to set and where to get shop_url when my install app route call



      https://example.com/shopify?shop=?


      ? where to get this. Can any one please help. thank you










      share|improve this question














      i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
      following is url for install my app in particular shopify store
      and this url call my callback url which generate permanent access_token



      https://example.com/shopify?shop=shopname.myshopify.com

      shop_url=shopname.myshopify.com


      How to get this shop_url of shopify store who install my app very first time. can any one help me out with this



      problem is how to set and where to get shop_url when my install app route call



      https://example.com/shopify?shop=?


      ? where to get this. Can any one please help. thank you







      node.js express shopify shopify-app






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 28 at 12:16









      Nisar SaiyedNisar Saiyed

      1521 silver badge9 bronze badges




      1521 silver badge9 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0
















          Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.






          share|improve this answer
























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397425%2fhow-to-get-shop-url-who-install-my-shopify-app-first-time%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0
















            Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.






            share|improve this answer





























              0
















              Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.






              share|improve this answer



























                0














                0










                0









                Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.






                share|improve this answer













                Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 28 at 13:49









                David LazarDavid Lazar

                6,6163 gold badges15 silver badges28 bronze badges




                6,6163 gold badges15 silver badges28 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.




















                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397425%2fhow-to-get-shop-url-who-install-my-shopify-app-first-time%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript