how to create shopify script tag in Python -


i trying create simple script tag python using shopify api wrapper: shopify.scripttag('onload', 'http://test.com').save() not work because no tag created, , code above returns false

there no reference documentation find anywhere wrapper, please me?

there documentation on using shopify_python_api package includes section on handling errors.

specifically, save() returning false because of validation error, , response have error message solve problem, can retrieved calling .errors.full_messages() on script tag object called .save() on.


Comments

Post a Comment

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -