cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use a PUT request when required fields aren't filled in?

Can I use a PUT request when required fields aren't filled in?

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?