how to get all my products and update their prices? #39
Replies: 1 comment 6 replies
-
There are many ways to do this, and it depends largely on the use case. Do you want to create an automated repricer to update the prices once a competitor changes theirs, or what exactly is it you want to build? To get all the products, use the reports api and get (for example) an active listings report (See reportTypes enum for all possible values).
You can get current prices using the Once you know what price you want to set, you can create a xml file, I believe it's the Pricing Feed, and use the
|
Beta Was this translation helpful? Give feedback.
-
First of all, nice work! :)
My doubt is about the best way to get all my products(catalog?) to update their prices if I need...
Thank you! :)
Beta Was this translation helpful? Give feedback.
All reactions