shopify-app

Shopify Plugin for making custom payement gateway

本小妞迷上赌 提交于 2019-12-04 06:56:26
问题 I want to make the custom payement gateway in the shopify so which programming language would be suitable for making plugin and also give some hint how to proceed in it. For making plugin for payement gateway do we have to use public app or private app??? 回答1: Since Shopify apps integrate via REST any app language that you are comfortable with will work. Shopify officially supports Ruby, Python and Node However as @david-lazar writes you cannot directly integrate a gateway. Shopify does

shopify how to get product data using php in my localhost

南楼画角 提交于 2019-12-02 16:45:22
问题 I am looking a php script to get shopify product data by using php in my localhost server.I have already created storefront api but don't have idea about it that how we will call using api key and fetch data. I read a lot of document which are related to same but nothing explore for php. https://help.shopify.com/api/storefront-api/getting-started#using-curl If anybody know about it please help me. 回答1: you can make simple curl request for getting products detail using shopify admin api

Shopify - Get shop domain inside a app

可紊 提交于 2019-11-28 02:04:34
I'm new to Shopify app developing and I'm using Node,Express for the back-end and react with polaris libaray. My question is how to get the shop's domain the request is initiating throug h the app. When I searched I could only found one used in Ruby ShopifyAPI::Shop.current and I'm looking for the similar thing to use in node? For examples check out https://github.com/BKnights/kotn-shopify-utils Yes it uses a session. The code is pretty idiosyncratic. I published it mostly as an easy way to share between my own projects but it's worked pretty well for those. If you use this where you may scale