0

我想使用 Rest-API(http://en.community.shopware.com/_detail_1898.html?_ga=1.8143281.202311237.1474979143)从商店软件系统导入文章效果很好。

是否有可能获得税收的价值?我只得到 id(taxid),但我需要值(7% / 19% 或其他)。我想避免一些额外的数据库查询,REST-Api-Call 将是完美的。

任何想法?

4

1 回答 1

0

有 2 种可能的解决方案。

  1. 连接到 API 并加入税务信息。输出嵌套的数据。
  2. 再次调用 Tax-Endpoint。

https://developers.shopware.com/developers-guide/rest-api/models/#tax

于 2016-11-07T10:27:08.437 回答