Hello
Appreciate your help
Do you by any chance have a sample?
I tried before with a full JSON received from GET call to /v2/listings/568572288/inventory
It would include "price_on_property" "quantity_on_property" and "sku_on_property"
Replaced the value for quantity elements but would get an error back some thin like “price needed for all offerings”
Alex
Finally was able to sort this out
I am using C++ to deal with it so it might add to the issue
This is the data I send:
products=[{"sku":"1193.PACK_OF_1","property_values":[{"property_id":513,"property_name":"Size","values":["Pack of 1"]}],"offerings":[{"price":"10.00","quantity":999}]},{"sku":"1193.PACK_OF_100","property_values":[{"property_id":513,"property_name":"Size","values":["Pack of 100"]}],"offerings":[{"price":"200.00","quantity":70}]}]&price_on_property=513&quantity_on_property=513&sku_on_property=513
It seems like ETSY wants price_on_property, quantity_on_property and sku_on_property to be part of the request and part of the OATH signature as separate parameters and not part of the JSON