betoxx1
Excursionist
Contact Me
Status
Offline
Last Activity
‎04-14-2021 07:29 AM
Topic Started
7
Topics Started
Topic Solutions
2
Solutions
Post Count
22
Posts
Post Kudos
3
Likes

Community Badges

Hi, Here in our team we are traying to find a way to create and complete an order based in a checkout ID. We know we can do this to a draft order but we need to know if it is posible to do thi...
Hi, I would like to know if there is a way to add a custom fee to your product in your checkout page by using your chopify API or any coding option
Im having problem with the proxy signature verification. I fallow the steps on this link: https://shopify.dev/tutorials/display-data-on-an-online-store-with-an-application-proxy-app-extensio... An...
No content to show

User Activity

Good day,Try using the order API to cancel a refund order using the following object when posting:POST /admin/api/2021-04/orders/{id}/cancel.json{ "amount": "10.00", "currency": "USD" }But every time I try I get the following error message: "Amou...
Is there a way to access the cart object using the backend instead of fetching the object using the front end?
Hi, I would like to know if there is a way to create a draft order using shopify API but without the taxes that are set on store.
Hi guys Im having problems on doing routing in my shopify app.I would like you to tell me what would be the correct way to do this on my app?
Hi, I want to know what should i do to install a custom app in to a client store.My client gave me access to his demo store to test some custom apps but when i try to access to the store using the app (To install the app in his demo sotre) it will no...
guys I was actually able to solve the issue. The problem wass that i was using this to make the signature:   const sorted_params = "extra=1,2path_prefix="+req.query.path_prefix+"shop="+req.query.shop+"timestamp="+req.query.timestamp  But I wass recei...
I fallow the steps on this link:https://shopify.dev/tutorials/display-data-on-an-online-store-with-an-application-proxy-app-extensionAnd i endUp with this test code on node js with express to validate the signature:   const SHARED_SECRET = '<My App s...
Im using th app proxy, Is just that i thogt that the app authentication had a way to avoid request from a diference source. Do I have to do  the source verification my self or shopify have a official way to do this?I just want to confirm this.
Tienda mieans store
The title actualy is Private app endpoints, I had a Typo. 
Hello, I am trying to create an endpoint in my shopify application to send information that the customer will enter into the app. I already tried creating the endpoints inside app.prepare().then(() =>{}) and it works. The problem is that these endpoi...
@newuser13Im receiving error 404.Could you give me a hand here? 
 OTM, having the access token in a js file in the store doesnt give security issues? 
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to