I am new to shopify api and have try to integrate dialogflow chat bot with shopify api and I am stuck at this problem. I got a shopify shop link in my dialog flow chatbot that will redirect user to the app and after the user completed the purchase I want the chatbot to also notify the user about it. Is there any method that I can make this happen?
Many thanks.
Related
I'm building a React Native app with Shopify integration issues.
After creating a private app in the Shopify admin panel, I need help getting the Shopify API programmatically.
You will need the Shopify API URL (enter image description hereExample URL in the screenshot) to receive your shopify product.
To create an API URL, shopify users need to add an API key and API password and hostname manually on the React Native app.
I have done this feature, but it is very inconvenient for users.
That's why I need to get the API URL programmatically after the user logs into Shopify with email and password in WebView.
I thought I could get the API URL by web scraping after the user login Shopify.
Is it possible? Please help if possible.
Regards.
It is as simple as using your shop name in the URL, such as shopname.myshopify.com. But the best thing you can do is click the copy button on the Example URL field and use the full example URL so you know there are no errors.
Unfortunately, Shopify obscures this field because the apikey and password are so long. When you look at the field, it isn't clear they provided you with a complete and working URL.
Good luck
I want to facilitate customer to login my Shopify site using their social media accounts.
But I am not really sure how can I start their session after they successfully pass oAuth with their social accounts.
Once they pass the oAuth process I will create customer using Admin API of shopify. but after successfully created customers how can I logged In them.
there is something I might be missing. because there are lots off social login apps available on marketplace.
You have to create customer with random password in shopify store using admin api.
After that you need to login manually by submitting shopify customer login form with the created customer email/password.
This is the only way and everyone is following this way.
Only shopify plus merchants can use multipass option which is really awesome.
I want to know if someone could already do something like this, because the new Instagram basic display API is kind of different. Thanks in advance
I've been working in a Ionic 3 app, which authenticated users with Instagram API. But now Instagram API is no longer working, and was migrated to Facebook.
With the new API, Facebook no longer allows users to authenticate into an app using the Instagram Basic Display API, and the Graph API for Businesses and Creators requires a Facebook token.
I suppose they now want you to only use the Facebook auth flow to authenticate your users for your app, and then have them log in again to Instagram for Basic Display after your primary authentication.
"Data returned by the API cannot be used to authenticate your app
users or log them into your app. If you need an authentication
solution we recommend using Facebook Login instead."
https://developers.facebook.com/docs/instagram-basic-display-api
&
"All endpoint requests must include a Facebook User access token."
https://developers.facebook.com/docs/instagram-api/overview
I have created a Shopify store and now I want to send orders to the 3rd party e-commerce website. I have 3rd party API but I don't know how to integrate it in my Shopify store. Could anyone explain to me the steps to make an app to integrate 3rd party API?
PS: I am new to Shopify
Thanks
Here is a recipe you can follow based on experience. I have done this 20+ times and I can tell you you are looking at about 5-10 hours of work to get it done.
open up a Shopify Partner account
login as a partner and navigate to Apps
create an App and set it to run at your favourite cloud provider
install the App in your shop
add an endpoint in your App to accept Shopify webhooks
parse the webhook data when it arrives so you can send that data to your 3rd party API
add the code to contact your 3rd party API and send them the data
That is all there is to it. Standard web/internet computing with a bit of oAuth token exchange with Shopify, a simple web App on your part, and the connection to a service for data exchange.
Hi you can use a Shopify webhooks functionality
Go to admin = >settings =>Notifications
than in the bottom you will see a
create webhook option
click on create webhook and select event from dropdwon and
specify the path of your api where you want the shopify order data.
It will send all the data to your api whenever your order will be placed/update.
Hope ths will help.
here is the reference https://help.shopify.com/en/api/getting-started/webhooks
Thnaks
I am trying to build a chatbot on Google Hangout Chat. Per the documentation, the API is no longer supported:
https://developers.google.com/+/hangouts/api/gapi.hangout.data
Are we still able to subscribe to receive messages from a user and send a response?
Thanks!
You need a g suite account in order to enable the hangout API chat