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: Add support for rewards #7454
Closed
Description
Community engineering issue
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issue: magento/magento2#28834
Magento 2 GitHub PRs:
- https://github.com/magento/partners-magento2ee/pull/285
- https://github.com/magento/partners-magento2ee/pull/281
Magento 2 version:
- 2.4
Notifications of Changes:
- Changes to Admin interface?
- New software requirements?
- New REST endpoints or updated GraphQL query syntax?
- New command line option?
Content
This issue provides an overview of the GraphQL documentation changes required to support rewards. Additional work might be required.
- Add documentation for the
applyRewardPointsToCart
mutation - Add documentation for the
removeRewardPointsFromCart
mutation - Update the
storeConfig
query - Update the
Customer
object documentation - Update the
Cart
object documentation
Additional information
Make all documentation updates to the graphql-rewards
branch