doushoubu5360 2015-04-21 00:01
浏览 420

如何使用Google Content API for Shopping更新所有产品详细信息?

In the documentation for the Google Content API for Shopping, I found a section on updating products: Inventory: set.

However, it only seems to update price, availability and quantity:

{
  "price": {
    "value": string,
    "currency": string
  },
  "availability": string,
  "salePrice": {
    "value": string,
    "currency": string
  },
  "salePriceEffectiveDate": string,
  "quantity": unsigned integer
}

How do I update the product name, product website link, product image link and all the details that can be inputted using the Products: insert API call?

The Google Service library seems only to allow the update of price, availability and quantity. Does Google restrict updating the other data or have I not found the correct documentation?

  • 写回答

2条回答 默认 最新

  • dpv21589 2015-04-28 14:36
    关注

    From what I understand the documentation is out of date and in parts incorrect. I have yet to find someone with dependable documentation so far. Maybe one day Google will go Pro and treat their documentation with more importance. People rely on this technology, but it's just an experiment to Google. That wouldn't be so bad if it wasn't absolutely required in today's market to compete.

    I queried a google person yesterday who works around the api and she stated that they didn't know when it would be updated to what is current.

    评论

报告相同问题?

悬赏问题

  • ¥15 基于卷积神经网络的声纹识别
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题