2012-10-27 42 views

回答

1

shopify.Asset.find()使用list endpoint不包括資產價值,它聽起來就像是你所追求的。

如果您使用receive a single Asset端點,那麼您也可以獲取資產值。

asset = shopify.Asset.find(assets[0].key, theme_id=assets[0].theme_id) 
print asset.value 
+0

謝謝!我終於能夠弄清楚這一點,但忘了發佈答案。 – ChrisC

相關問題