This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
GraphQL: Document addProductsToCart mutation #7367
Closed
Description
Community engineering issue
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issue: magento/magento2#28524
Magento 2 GitHub PR: magento/magento2#27914
Magento 2 version:
- 2.4.1
Notifications of Changes:
- Changes to Admin interface?
- New software requirements?
- New REST endpoints or updated GraphQL query syntax?
- New command line option?
This issue provides an overview of the GraphQL documentation changes required to support gift messages. Additional work might be required. This work might be done across several pull requests.
- Add documentation for the
addProductsToCart
mutation. The mutation documentation must include examples, descriptions for input/output attributes, and a description of the error messages. - Update the src/_data/toc/graphql.yml file to include the new mutations.
- Add deprecation notices to the single-product type mutations such as
addSimpleProductsToCart
Create your branch off of 2.4.1-develop
.
Additional information
This issue is assigned to Atwix, because they contributed the functionality.