Tony4_2

PHOTO EMBED

Tue Jan 17 2023 14:07:49 GMT+0000 (Coordinated Universal Time)

Saved by @storetasker

app.get("/test", verifyRequest(app), async (req, res) => {
   const session = await Shopify.Utils.loadCurrentSession( 
         req, 
         res, 
         app.get("use-online-tokens") 
   );
   console.log(session);
})
content_copyCOPY