Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

  1. Fork and clone the repository to your local machine.
  2. Check out the dev branch.

Backend Setup

  1. Create a .env file in the ./backend folder.
  2. Add the necessary environment variables to the .env file. Refer to .env.example for guidance.
  3. Configure the required metafields and metaobjects in your store:
  • Create a metaobject definition named option_values.
    • Add a field option with the type Single line text.
  • Create another metaobject definition named variant.
    • Add the following fields:
    • variant
    • image
    • options_combination (a metaobject field referencing option_values with list type).
  • Create a metafield on the product with the name variants.
    • Add a field with the type List of entries and set it to reference the variant metaobject.
  1. Once the store setup is complete, create a custom app in your store.
  • Grant API access for products and metaobjects.
  • Capture the API credentials of the app and add them to the .env file in the ./backend folder.
  1. Install the backend environment.
  2. Run the HTML file and provide the required password.
  3. You're all set!

About

The front-end and backend of a service, which will using for making adpin api call to shopify store.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages