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
ProductVariant object requires an ID when making a POST /api/v2/admin/product-variants
Steps to reproduce
It can be reproduced in https://master.demo.sylius.com/api/v2/docs if you go to the POST ProductVariant. When trying to make such query in a local environment I get the following error whatever I put in the request body (even if it's empty):
{"code":404,"message":"Invalid identifier value or configuration."}
Possible Solution
Remove the need for this parameter on API Platform
The text was updated successfully, but these errors were encountered:
Sylius version affected: As of 1.8 and above
Description
ProductVariant object requires an ID when making a POST /api/v2/admin/product-variants
Steps to reproduce
It can be reproduced in https://master.demo.sylius.com/api/v2/docs if you go to the POST ProductVariant. When trying to make such query in a local environment I get the following error whatever I put in the request body (even if it's empty):
{"code":404,"message":"Invalid identifier value or configuration."}
Possible Solution
Remove the need for this parameter on API Platform
The text was updated successfully, but these errors were encountered: