Tag: remix
-
Create a draft order via rest API or graphql in shopify
0 I am developing an app for Shopify and I am new to remix. I have used shopify-app-remix. I want to create a draft order after the app is installed. I don’t know how to make an API call after the app is authenticated. I found afterAuth in the shopify.server.js file. I have tried to…
-
Shopify app keeps reloading after implementing GraphQL API call?
0 I’m learning full stack dev by making a Shopify app, the stack is Javascript, React, Remix, and uses the GraphQL API. I’m consistently running into an issue with calling into the orders api call, the previously working web app will begin to repeatedly reload & then will fail with this error: This app can’t…
-
Remix shopify app , in action can i do a fetch api request and get the response and from that response , i create a server side graphql mutation
0 So i’m new to shopify dev app , and i just installed a project in which i’m learning how to use the Remix framework . let me explain to you what i’m trying to achieve : 1 – i’m creating a shopify app , in which when a person has a shopify store and…