updateListingInventory - Update only Quantity in Variations #1176
-
Hello there, I am playing around with insomnia to get used to the api. Currently I am trying to update the quantity of an offering. My request for products looks like this: How can I update the quantity of a product variation - without deleting the other variations? Does Etsy charge 0,20 cents for every update then? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@pichutan I'm looking into doing something similar. Which API are you using to do this? |
Beta Was this translation helpful? Give feedback.
-
You cannot updated a single ListingInventory record you must perform a POST operation and include the entire dataset of your inventory. |
Beta Was this translation helpful? Give feedback.
You cannot updated a single ListingInventory record you must perform a POST operation and include the entire dataset of your inventory.