'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. I have the App ID DevID and cart ID. I have been trying to update the price using the API. I went through the documentation of eBay API. But couldn't find any proper solution.
Is there any script in PHP that can help me?
Solution 1:[1]
The easiest way ito update price and quantity s to use ReviseInventoryStatus API. Just need to supply ItemID and price
Then to build procedure you can browse SO:
How to change product quantity with Ebay API
If you only need to update price/quantity Isuggest you not to use any SDK.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
