Skip to content

subitra/Shopify-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify-API

Node.js application that interacts with the Shopify REST API to perform the following operations:

  1. POST API to Place an Order and Create a Customer: ○ Create a new customer. ○ Place an order for the newly created customer.
  2. GET API to Fetch All Customers and Their Orders: ○ Fetch all customer information. ○ Fetch all orders for each customer.

Node version : 18.20.0 Steps:

  1. Git clone the repository
  2. Do npm install to install all the dependencies
  3. Run node server.js to run the server (or) Launch the project from launch.json with node.js configuration

About

Node.js application that interacts with the Shopify REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors