-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started #17
Comments
Hi @jamesdeantv Can you give me some more info? Do you just want it to work for your shop? Or do you want people to be able to install it from the app store? Or do you already have users and want to add a shopify integration? |
Hi @froatsnook |
Hey @kbrissoGitHub. Huh, I didn't know that was possible. How do you start the checkout process? I made the package while building a tool for a shop owner's warehouse -- take the new orders from the API, generate a pick list, generate bills and packing slips, scan the barcodes on the bills/packing slips to mark orders as fulfilled via the API, etc. I'm not sure what other users are doing. Wanna chime in @ilrein, @lukeclifton, @dbnoble? |
Hey @kbrissoGitHub / @froatsnook. You could use a Meteor App to create new products via the Shopify API (using this package, or others like it). But you would need some kind of JS script / app within your Shopify theme to actually add the products to the Shopify cart via the cart AJAX API. (https://docs.shopify.com/themes/development/getting-started/using-ajax-api). This is the breakdown for the Shopify / Meteor project i've been working on for a client:
You can do some quite complex functionality with the right mix of technology. Any questions just ask! |
N00b here... How would I actually implement this package into my project. Im puzzled as to my first steps. My end goal is to access the shopify api in order to parse a json file and display the results in a meteor template.
The text was updated successfully, but these errors were encountered: