How to integrate Shopify to Django?
I want to show the orders and customer info from Shopify directly to Django.
For further actions, you may consider blocking this person and/or reporting abuse
How to integrate Shopify to Django?
I want to show the orders and customer info from Shopify directly to Django.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Hey Gian! Welcome to DEV!
Shopify has a sample app that integrates Django with their platform. You should definitely check it out!
Get a Shopify app up and running with Django and Python Shopify API
Shopify Django App Example
This project makes it easy to get a Shopify app up and running with Django and the Python Shopify API.
This project simply displays basic information about the shop's products and orders.
This project has the following structure
shopify_appan app which handles authentication (meant to be reusable)homean app which contains the example code to demonstrate how to use the API (meant to be modified or replaced to create your Shopify App).shopify_django_appproject files for serving this app.Get It Running
Create Your App Configuration
Create AppYou will then have access to your API key and API secret KEY, you will need these for the next steps.
Setup
β¦Kampai!