You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, by reading documentation i saw that you can pass all three parameters into put method. response = wcapi.put('products', {"stock_quantity": 100}, params={"sku":'A-002'}).json()
So if i understood correctly it should filter all products and return the one which has sku parameter and update that products stock_quantity. but i am getting 404
The text was updated successfully, but these errors were encountered:
Hello, by reading documentation i saw that you can pass all three parameters into put method.
response = wcapi.put('products', {"stock_quantity": 100}, params={"sku":'A-002'}).json()
So if i understood correctly it should filter all products and return the one which has sku parameter and update that products stock_quantity. but i am getting 404
The text was updated successfully, but these errors were encountered: