Tagged Questions
0
votes
1answer
22 views
creating a session with shopify API Error : malicious login (Python)
I am tring to get the Shop detais as well as i have to put a script tag in to the store .
Folowing all the standerd API calls i have constructed this :
scope = ["write_products", "read_orders"]
...
0
votes
2answers
44 views
shopify getting store name to build post url (python)
I am building a Shopify plugin .
(Placing a widget in store with SCRIPT_TAG)
with following the standard APIs given
I have achieved the auth2 setup.
now as the shop owner installs it .
it need to ...
0
votes
2answers
68 views
Shopify Python API: How do I add a product to a collection?
I am using the Shopify Python API in an django app to interact with my Shopify Store.
I have a collection - called - best sellers.
I am looking to create a batch update to this collection - that is ...
1
vote
1answer
43 views
Shopify Django app failing in shopify_app/views.py in finalize
I created a Shopify app hosted on Heroku. I had to modify the name of the shopify app from shopify_app to shopifyapp for Heroku to recognize it as a Django app.
If I visit my app directly though ...
1
vote
1answer
77 views
Shopify Python API - how to search for a product
I have built a django app that is the primary store for my products. From this, I publish products to my Shopify Store. Now my django app knows first when my product goes out of stock.
Question:
...
2
votes
1answer
94 views
Not Receiving a Response from Shopify When Creating a Product Using Python API
I am using the Python API to create a Product with 5 Variants. I have been successful in creating the product in the store, without issue. The problem I have is once the product is created, I do not ...
1
vote
2answers
166 views
Shopify webhook not working when product updated/deleted
Backdrop: Am building a shopify app using a test store provided by shopify. #Python #Django-
Problem: I have setup shopify webhooks for my test store using the python API for the topics ...
2
votes
1answer
105 views
Shopify Django/GAE API
When attempting to set this up, I am encountering the following error:
Traceback (most recent call last):
File "manage.py", line 11, in <module>
import settings
File ...
1
vote
1answer
76 views
Installing a custom app on Test Shop with GAE/Django
I'm having some troubles getting a custom app installed on my test shop using django and app engine. I downloaded the appropriate zip file on github for the app engine project ...
1
vote
1answer
93 views
webfaction hosted django app, shopify module will not import
I've recently created a site with a django app hosted by webfaction. In general, things are running as expected, but I am also trying to use the ShopifyAPI, and get "Import error, no module named ...
3
votes
4answers
1k views
Python (Django) Shopify API Client — For a Beginner
I have a requirement to build a client for Shopify's API, building it in Python & Django.
I've never done it before and so I'm wondering if someone might advise on a good starting point for the ...