Shopify-api-node
Shopify-api-node copied to clipboard
Node Shopify connector sponsored by MONEI
I've been working with the API and I have a few ideas for type definition improvements, I'll submit a few pull requests when I can find some time as I've...
Hey guys! What's up?! I built an application using [serverless](https://www.serverless.com/framework) by creating Lambda on AWS. These lambdas work as endpoints and you can call them via GET or POST. Nowadays,...
I am using V3.6.12, I have scenario where I try to search customer by phone. Even though the customer exists in the shop it returns empty array. Request: shopify.customer.search({ query:...
I am trying to read the files that I have uploaded in shopify backend with the help of this code: ``` const shopify = new Shopify({ shopName: process.env.STORE_NAME, apiKey: process.env.API_KEY,...
if i create a address by **create(customerId, params)** for the 1st time it set as default: true and then if i use this to delete **delete(customerId, id)** it's not deeting...
Hi Everyone, This is not related to any specific issue. I've been using `Shopify-api-node` for a few of my projects and one of the challenges was to be able to...
Why do this? https://github.com/MONEI/Shopify-api-node/blob/master/resources/index.js The implications for loading modules in this manner for exceed the benefits. Bundlers are unable to efficiently treeshake and those mapped dynamic requires wreak absolute havoc...
I am receiving a 404 on customCollections from your api, the url is not found. please asap. const createShopifycustomCollection = shopify .customCollection.create(custom_collection as ICustomCollection) createShopifycustomCollection.then((result) => {})
Hi I am trying to pass fulfillment_orders_opt_in parameter to fulfillmentService.update or fulfillmentService.create but it doesn't accept it when i call Shopify API directly it does work
Hi, In the API document i have API to get list of all events of a specific order but the same details i am not able to get in the...