shopify-buy获取产品变体

时间:2020-04-27 12:45:13

标签: javascript shopify

我正在使用shopify-buy软件包。我有变体id,我需要检查该产品的变体是否可用。

是否可以通过id获取产品变体?

喜欢产品:

client.product.fetch(productId).then((product) => {
  // Do something with the product
  console.log(product);
});

0 个答案:

没有答案