-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Draft: Reorg GraphQL quote topic #4502
Conversation
Externally-viewable draft. The quote documentation begins here. https://devdocs.magedevteam.com/424/guides/v2.3/graphql/reference/quote.html Adding @rogyar as a reviewer as mentioned in #4316 His updated example is here: https://devdocs.magedevteam.com/424/guides/v2.3/graphql/reference/quote-add-simple-products.html I would appreciate it if @atwixfirster or someone with a good working knowledge of the Quote endpoint reviewed the all the new topics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just some minor editorial feedback.
Co-Authored-By: Erik Marr <45772211+erikmarr@users.noreply.github.com>
Hi @keharper, thank you for your contribution! |
mutation { | ||
addSimpleProductsToCart( | ||
input: { | ||
cart_id: "IeTUiU0oCXjm0uRqGCOuhQ2AuQatogjG", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
,
can be omitted in the request body according to Graphql Docs. It can improve the clearness of the examples.
Purpose of this pull request
This pull request (PR) updates the GraphQL quote endpoint to include all the 2.3.2 community contributions
Related issue
Affected DevDocs pages
This PR also adds 8 new topics and several include files.
Links to Magento source code
whatsnew
The GraphQL quote endpoint adds numerous mutations for 2.3.2. Each mutation is documented separately. The GraphQL release notes lists these new mutations.