-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
GraphQL for Products create/update #4698
Comments
Any idea on when it is planned to be done? |
It isn't planned yet, but we are fast approaching a need for it. Best guess sometime in the next 3 months. |
Hello! Is this part of the short-term roadmap? Best regards, |
#5404 recently started work in this direction, and more product mutations will be added in the coming months, starting with bulk update mutations similar to the add/remove tags ones. If you need it earlier than a few months from now, I'd suggest a plugin that directly uses Mongo bulk write API. |
These mutations were added in 3.0 branch |
Requirements:
We need to be able to create a product, or replace an existing product via an API via HTTP and have that product validated using the GraphQL schema, or get back validation messages.
Also need to be able to add to Media records that point to a URL.
The API needs to be able to authenticate as a user with
createProduct
permissions (or however they are currently defined).The text was updated successfully, but these errors were encountered: