gpt4 book ai didi

shopware6 - 如何从 shopware API 获取基于动态产品组的类别中的产品

转载 作者:行者123 更新时间:2023-12-05 04:25:38 25 4
gpt4 key购买 nike

我有一家拥有大量产品和类别的高销量商店。产品是季节性的,因此添加了很多新产品。

正因为如此,动态产品组是完美的。我们设置条件并将组添加到类别中。

现在我正在尝试获取 api(后端和商店)中该类别的所有产品,但我没有取回任何产品。我确实在 store-api https://localhost//store-api/product-listing/9cf2c65bd7084144aa4d4a35bb3f568e 中得到了一个 streamId 但是我没有可以调用的端点streamId

除此之外,前端也缺少面包屑。

在 API 中从类别中获取产品的最佳方法是什么?

谢谢!

最佳答案

如果您确实拥有 product_streamid,您可以通过具有该 idproduct 实体来过滤它们作为他们的 streamIds 的一部分:

// POST /api/search-ids/product
{
"page": 1,
"limit": 500,
"filter": [
{
"type": "equalsAny",
"field": "streamIds",
"value": [
"65103ca79e1e4e3ba846f551fbb1cb36" // your product stream id
]
}
]
}

关于shopware6 - 如何从 shopware API 获取基于动态产品组的类别中的产品,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73193740/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com