-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot update any product/variant attribute on latest API version #632
Comments
Same issue as Shopify/shopify_python_api#347 both have the same issue. This will hopefully be fixed soon |
FYI, to get around this in ruby:
Note that when you save after deleting, those attributes come back again so need to be deleted again before another save... |
We also did a workaround. |
I just changed the call to use 2019-07, all works for now. 2019-10, 2020-01 does not, the world is closed so we need the site working..... and 2019-07 ends April 1st |
For a simple update like this:
I receive error:
Failed. Response code = 400. Response message = Bad Request.: {"error":"Write requests to inventory_quantity and inventory_quantity_adjustment are no longer supported. Please use the Inventory Levels API."}
On API version
2019-10
The text was updated successfully, but these errors were encountered: