Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在搜索并尝试使用 eBay API 更新 eBay 商店价格。我有 App ID DevID 和购物车 ID。我一直在尝试使用 API 更新价格。我浏览了 eBay API 的文档。但找不到任何合适的解决方案。
PHP中有没有可以帮助我的脚本?
使用 ReviseInventoryStatus API 更新价格和数量的最简单方法。只需要提供 ItemID 和 price
然后构建程序,您可以浏览 SO:
如何使用 Ebay API 更改产品数量
如果您只需要更新价格/数量,建议您不要使用任何 SDK。