Shopify-api-node icon indicating copy to clipboard operation
Shopify-api-node copied to clipboard

Node Shopify connector sponsored by MONEI

Results 43 Shopify-api-node issues
Sort by recently updated
recently updated
newest added

code: 'ERR_NON_2XX_3XX_RESPONSE', timings: { start: 1708419659304, socket: 1708419659305, lookup: 1708419659305, connect: 1708419659391, secureConnect: 1708419659397, upload: 1708419659397, response: 1708419659719, end: 1708419659725, error: undefined, abort: undefined, phases: { wait: 1, dns: 0,...

I can't get shopify.asset.create to add a new file to a theme. I know the theme ID is correct as I am able to use asset.get to retrieve a file....

shopify.order .cancel({ id }) .then((order) => { res.send(order) }) .catch((err) => res.send(err)); catch: { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1704787314067, "socket": 1704787314069, "lookup": 1704787314090, "connect": 1704787314122, "secureConnect": 1704787314170,...

need help, trying to create order with code below. However i'm only able to create a single order. I have tried to call the function many times and for past...

I have Shopify custom app warning for a while saying the app may stop working due to using deprecated API versions: > Some of your custom apps and/or admin webbook...

When looking up discount codes `shopify.discountCode.lookup({ code: 'XXX' })` Shopify will pass in redirect to the location header automatically. GOT follows redirects resulting in a `MaxRedirectsError`.

Hi, First of, thank you for building this library! I was hoping my issue would be a duplicate of #220 or #378 but I'm using this library through another tool...

i want to update specific customer with customer id

Hi, we have a big problem using mutation customerRecover; can someone help us, writing a practical example? We tried several ways including this ` const query = 'mutation customerRecover($email: String!)...