Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
/ shopify-api-js Public archive

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

License

Notifications You must be signed in to change notification settings

Shopify/shopify-api-js

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2024
Mar 7, 2024
Nov 8, 2023
Apr 3, 2024
Oct 3, 2023
Mar 6, 2024
Dec 19, 2023
Oct 3, 2023
Mar 6, 2024
Jul 7, 2021
Oct 10, 2023
Sep 14, 2020
Jan 8, 2024
Jan 17, 2024
Feb 14, 2024
Mar 27, 2024
Nov 10, 2023
Dec 18, 2023
Nov 30, 2023
Apr 1, 2024

Repository files navigation

@shopify/shopify-api-js

This mono-repo is a collection of Shopify's JavaScript API client libraries and utilities.

A library supporting Shopify apps to access Shopify's APIs, by making it easier to perform the following actions:

  • Creating online or offline access tokens for the Admin API via OAuth
  • Making requests to the Admin API (REST or GraphQL) and Storefront API (GraphQL).
  • Register/process webhooks

For use on the server.

A library to interact with Shopify's GraphQL Storefront API. For use on the client or server.

A library to interact with Shopify's GraphQL and REST Admin APIs. For use on the server.

A client to interact with any of Shopify's GraphQL APIs.

Enables JavaScript / TypeScript apps to use a #graphql tag to parse queries with graphql-codegen.