I'm trying to use the CSS-only Polaris option to create a bulk-edit like page. However, I can't find the documentation on what markup and associated classes I can use to get the look: https://githu...
Nov 9, 2019
I am trying to offer customers a bulk edit option in my app but can't seem to find a Bulk editor component. Does it exist? Or is that one thing you have to re-design yourself? Something like this: ...
Nov 3, 2019
I am trying to create an embedded app using Polaris, and I am confused as to which React component I should use for primary Navigation. On the documentation site here are 5 options "Footer Help", "Li...
When I try to create multiple using the REST API: https://help.shopify.com/en/api/reference/shipping-and-fulfillment/carrierservice#create-2019-07 I am able to successfully create the first one...
This seems like it should be straight forward, but I can't seem to get it. When I click on Activate Shopify Payments I get an error saying: We need more information about your shop before we ca...
I am wondering if the API has access to the Packages set up by a merchant at Settings > Shipping > Packages I was not able to find documentation on this. A link would be apprec...
No content to show
User Activity
Thank you! That was it. I missed that parameter.
11-14-2019
I switched my Schopify-cli created app to be a non-embedded app by disabling it in the partners app settings as described here:https://help.shopify.com/en/api/embedded-apps/app-extensions/shopify-admin/embed-in-shopify-admin After doing that and re-i...
Thank you @katiedavis! It's working perfectly for me now.
How can I load the appropriate loader to use scss in my app? I tried adding the scss loader to the next.config.json : but then the css loader does not seem to work anymore: Does anyone know how to add it properly?
11-12-2019
Hey @SBD_, Thanks! I was missing the 'embedded' app partI disabled "Embedded app" in Shopify App Bridge in App settings, the app still redirects and loads in Shopify for some reason. I'm guessing it might take some time to update? I will update how i...
11-11-2019
Hi @SBD_ , Thanks for your reply. I know how to open the project in VScode, but how can I attach the debugger successfully?I am trying to do it just like a react app, since it is a react app:First start the serverThen try and attach the debuggerPleas...
11-11-2019
I used the shopify-cli tool to generate a React app. When I run Shopify serve the server starts on http://localhost:8081 and it gets exposed on https://xxxxxxxx.ngrok.io. How can I debug the app code? I tried with VS code with the debugger for chrom...