shopify-api-js icon indicating copy to clipboard operation
shopify-api-js copied to clipboard

Shopify Admin API Library for Node. Accelerate development with support for authentication, graphql proxy, webhooks

Results 163 shopify-api-js issues
Sort by recently updated
recently updated
newest added

### WHY are these changes introduced? The first step towards making this library isomorphic is to define an interface that allows all of the different runtime environments. ### WHAT is...

## Overview I'm coming from my own custom implementation of OAuth and handling app access through a node (actually NextJs) backend. This library looks great! But I'd like to set...

### WHY are these changes introduced? Apps might want to charge for their usage, and they can use the Admin API to request payment from the merchant. ### WHAT is...

### WHY are these changes introduced? Fixes #440 If redis client library looses connection an error is thrown which is currently unhandled. This makes it especially problematic in ephemeral cloud...

# Issue summary unable to install shopify-api with, npm i @shopify/shopify-api ## Expected behavior dependency should get installed ## Actual behavior while executing npm i @shopify/shopify-api, the process gets interrupted...

# Issue summary Write a short description of the issue here ↓ I tried to use @shopify/shopify-api on lambda aws. But when my lambda function I have an error with...

# Issue summary API method `Shopify.Utils.validateHmac` returns false even if query is correct ## Reduced test case ``` import crypto from 'crypto'; import Shopify, { ApiVersion } from '@shopify/shopify-api'; const...

### WHY are these changes introduced? Fixes issue [#193](https://github.com/Shopify/shopify-node-api/issues/193) - Adding Typescript types for REST & Graphql API Clients. ### WHAT is this pull request doing? - Added Types for...

## Overview/summary We're expecting `shop` domain to be limited to `myshopify.com` and `myshopify.io`, but shop urls looks different on spin: `spin.dev`. This means we are unable to develop and test...

# Issue summary Missing Cart type from rest-resource ## Expected behavior Should be included ## Actual behavior Not included on the rest-resource ## Steps to reproduce the problem 1. `import...