Google Shopping API 和 Zend 框架
Zend Framework 可以与 Google Shopping 交互并发送有关我们产品的数据吗?
据我了解,该界面基于修改后的 Atom feed。
Zend 目前提供了一个用于与 Google Base 接口的库,但据我所知,该服务已被弃用,取而代之的是 Google Shopping API。是否有 Google Shopping 的替代库,或者我需要构建自己的库(可能在 zend_feed_atom 之上)?
我对 Google API 完全陌生,希望能得到一些关于从哪里开始使用它们的指导,但如果 Zend 可以完成一些繁重的工作,那将是一个很大的帮助。
Can Zend Framework interface with Google Shopping and send data about our products?
From what I understand the interface is based on a modified Atom feed.
Zend currently provides a library for interfacing with Google Base, but as far as I can tell that service has been deprecated in favour of Google Shopping API. Is there a replacement library for Google Shopping, or will I need to build my own (maybe on top of zend_feed_atom)?
I'm totally new to the Google APIs and would appreciate some guidance on where to start with them, but if Zend can do some of the gruntwork that would be a great help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Content API for Shopping for PHP 将 Shopping API 与现有应用程序集成。文档和更多详细信息位于 https://developers.google.com/shopping-content /developers-guide-php。
You can integrate Shopping API with your existing application by using the Content API for Shopping for PHP. Documentation and more details are on https://developers.google.com/shopping-content/developers-guide-php.