gpt4 book ai didi

python - Shopify python api : how do add new assets to published theme?

转载 作者:行者123 更新时间:2023-11-30 22:49:11 24 4
gpt4 key购买 nike

shopify 文档很糟糕,我找不到任何有关向现有 shopify 商店添加新 Assets 的信息。

我们正在开发一个应用程序,需要添加一些 CSS 和 Liquid 文件。

这里有人可以阐明如何完成这个简单的任务吗?

谢谢

最佳答案

asset = shopify.Asset()
asset.key = "templates/josh.liquid"
asset.value = "{% comment %} Liquid is cool {% endcomment %}"
success = asset.save()

小心;如果具有相同 key 的 Assets 已存在,则它将被覆盖。您可以通过Asset API documentation.了解更多信息

关于python - Shopify python api : how do add new assets to published theme?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39878552/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com