代码之家  ›  专栏  ›  技术社区  ›  Troy

如何在Shopify API中获取某些产品的税务数据

  •  0
  • Troy  · 技术社区  · 2 年前

    我们使用“产品”和“产品变体”端点从Shopify导入产品。

    我们在确定每种产品的税收价值方面都有问题。

    根据API文件,每个产品变体都有 tax_code 元素,其值是可用税收值的关键。

    我可以使用哪个端点来查找此密钥的值 tax_code ?

    例如,在这里,我如何知道的增值税金额是多少 tax_code :“DA040000”? https://shopify.dev/docs/api/admin-rest/2023-10/resources/product-variant

    我使用这两个端点:
    https://shopify.dev/docs/api/admin-rest/2023-10/resources/product-variant
    https://shopify.dev/docs/api/admin-rest/2023-10/resources/product-variant

    即使是国家终点也无济于事:
    https://shopify.dev/docs/api/admin-rest/2023-04/resources/country#get-countries

    0 回复  |  直到 2 年前
    推荐文章