I'm trying to run about 10,000 put requests to update pricing via the API. A lot of the products have fields that are required, but aren't filled in.
Everything works when I update the pricing with a CSV, but I get an error when I try to update with the API.
Is there a way to PUT the data even with attributes missing?