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 coverage for Shopper Assistance #8281
Closed
Description
Community engineering issue
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issue:
Magento 2 GitHub PR: magento/magento2#30130
Magento 2 version:
- 2.4.2
Notifications of Changes:
- Changes to Admin interface?
- New software requirements?
- New REST endpoints or updated GraphQL query syntax?
- New command line option?
Content
The shopper assistance feature requires the following updates to the 2.4 GraphQL documentation. Open the PR against the 2.4.2-develop
branch.
- Add documentation for the
generateCustomerTokenAsAdmin
mutation. Include an explanation of the use of customer tokens and that the customer must have enabled the feature. - Update the input attributes section of the
createCustomerV2
and updateCustomerV2` mutations - Update the
src/_includes/graphql/customer-output-24.md
file - Update the
src/_data/toc/graphql.yml
file - Update the `src/guides/v2.4/guides/graphql/authorization-tokens.md file