简体   繁体   English

我想使用 Ebay API 更新 Ebay 产品价格

[英]I want to update Ebay product price using Ebay API

I am searching and trying to update the eBay store price using the eBay API.我正在搜索并尝试使用 eBay API 更新 eBay 商店价格。 I have the App ID DevID and cart ID.我有 App ID DevID 和购物车 ID。 I have been trying to update the price using the API.我一直在尝试使用 API 更新价格。 I went through the documentation of eBay API.我浏览了 eBay API 的文档。 But couldn't find any proper solution.但找不到任何合适的解决方案。

Is there any script in PHP that can help me? PHP 中是否有任何脚本可以帮助我?

The easiest way ito update price and quantity s to use ReviseInventoryStatus API.使用 ReviseInventoryStatus API 更新价格和数量的最简单方法。 Just need to supply ItemID and price只需要提供 ItemID 和 price

Then to build procedure you can browse SO:然后构建程序,您可以浏览 SO:

How to change product quantity with Ebay API 如何使用 Ebay API 更改产品数量

If you only need to update price/quantity Isuggest you not to use any SDK.如果您只需要更新价格/数量建议您不要使用任何 SDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM