We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mutations for manipulating Orders. Capability checks will be implemented so this mutations won't be usable for user without them.
Orders
createOrder
updateOrder
deleteOrder
checkout
The text was updated successfully, but these errors were encountered:
Any updates on these? I am currently using the plugin and noticed there is no way to place an order.
Sorry, something went wrong.
Not as of yet, still working out a bugs in the cart and shaping the shipping method and payment mutations. It's not far off tho.
cart
shipping method
payment
Is it being done? Can we now place an order?
kidunot89
No branches or pull requests
Description
Mutations for manipulating
Orders
. Capability checks will be implemented so this mutations won't be usable for user without them.Mutations
createOrder
- creates a orderupdateOrder
- modifies an existing orderdeleteOrder
- deletes a ordercheckout
- creates order from cartThe text was updated successfully, but these errors were encountered: