Amber Shopify Project created using ReactJS+React-Redux with GraphQL API integration. Storefront Shopify API: https://github.com/Shopify/shopify-app-js/tree/main/packages/api-clients/storefront-api-client#readme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

httpCommon.js 326B

123456
  1. export const API_URL = process.env.REACT_APP_API_URL
  2. export const REACT_APP_API_KEY = process.env.REACT_APP_API_KEY
  3. export const REACT_APP_API_SECRET = process.env.REACT_APP_API_SECRET
  4. export const REACT_APP_ACCESS_TOKEN = process.env.REACT_APP_ACCESS_TOKEN
  5. export const REACT_APP_SHOP_NAME = process.env.REACT_APP_SHOP_NAME