Server side wrapper for implementing the Shopify Api in Meteor
This a very simple implementation for using the Shopify API in Meteor. Currently, it only includes fetching of customers and orders. When I add new functionality in my project, I will update the repo here.
Pull requests are welcome if you want to extend the API implementation or provide test coverage.
- Drop this file in
/server
folder - Edit the
apiKey
andsecret
variables - See
client.js
for an implementation example
- Out of the box authorization.
- Set the return URL in your partner account to your success url in the
client.js
file - Supports
params
as on options object called from the client
TODO: Better error handling in client.js
TODO: Support more of the Shopify API
TODO: Add test coverage