标签: javascript shopify
我正在使用shopify-buy软件包。我有变体id,我需要检查该产品的变体是否可用。
shopify-buy
id
是否可以通过id获取产品变体?
喜欢产品:
client.product.fetch(productId).then((product) => { // Do something with the product console.log(product); });