是否可以使用 Bigcommerce Python API 更新 Google Product Search 映射?

Is it possible to update Google Product Search mappings with the Bigcommerce Python API?

Bigcommerce 以几种不同的语言提供 restful API。我目前正在使用 Python API 包。当满足某些条件时,我们使用它来更新产品的价值。

我们真正需要更新的一件事是 'GPS Enabled' 功能,基本上是让商品可用于 Google 购物。我们有一个特定的原因。在 Google 产品搜索映射资源中,该字段称为 'enable',它采用布尔值。

我们可以通过这样的调用来提取 google 产品数据:

api.Products.get(id).google_mappings()

不幸的是,Bigcommerce 似乎不允许我们为 Google Product Search 更新任何内容。可以验证吗?

此时 Google 产品搜索映射资源是只读的,只能列出给定产品 ID 的映射属性。