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.
code works .Keep sharing more UI online course hyderabad
ReplyDelete