How can I update the price and stock of a list of products using the API, I am currently making a call to the API to update the price, I need a more optimal menu, to be able to update 100 products in a single call.
Hi Carlos! Welcome to the VTEX Community!
To update product prices or stocks in bulk, you will need to send individual requests considering the API rate limitations. None of these APIs offer a direct endpoint for bulk updates, so each price update requires a PUT
request, and each stock update requires a PATCH
request for each SKU ID.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.