如何找出产品的运费

How to find out the shipping cost of a product

我正在建立一个销售渠道,用户可以安装。使用 Shopify REST API,我可以获得产品详细信息...但我不确定如何获取产品的运费?

使用 Shopify REST API 您可以尝试访问 /shipping_zones.json 端点并根据购物车商品详细信息和客户地址计算运费。

可在此处找到更多详细信息:ShippingZone API

现在 Shopify REST API reference docs (thanks Hooman Bahreini for finding that), so it looks like Shopify wants you to use GraphQL delivery profiles 上没有直接 link 此资源。

在最近的 shopify api 版本更新中,您可以更好地控制运输规则。您可以使用新的交付配置文件 API 创建每个产品的运输规则。请通过 Delivery Api.