https://github.com/taalhach/shopify_test_app
A test application for Shopify store developed using shopify admin api
https://github.com/taalhach/shopify_test_app
php7 shopify-api shopify-app shopify-metafield shopify-webhooks
Last synced: 2 months ago
JSON representation
A test application for Shopify store developed using shopify admin api
- Host: GitHub
- URL: https://github.com/taalhach/shopify_test_app
- Owner: taalhach
- Created: 2020-05-28T10:18:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:37:32.000Z (about 3 years ago)
- Last Synced: 2025-01-26T08:15:22.099Z (over 1 year ago)
- Topics: php7, shopify-api, shopify-app, shopify-metafield, shopify-webhooks
- Language: PHP
- Size: 258 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shopify_test_app
This is very simple application that is developed to understand the php and shopify [REST API.](https://shopify.dev/docs/admin-api/rest/reference)
This application is installed in a store at shopify.com. This application does following
- Installs app to given shop
- Generates token and stores in database.
- Subscribes to app/uninstall webhook.
- Add products and its variants in database.
- Adds orders in database.
- Adds metafields to products.
- Tags orders
- Tags customers.
## How to run.
After cloning repository type following url in browser and hit enter.
```
http://localhost/shopify_test_app/install.php?shop={YOUR_SHOP_NAME}
```