-
Notifications
You must be signed in to change notification settings - Fork 1.7k
magento/devdocs#7375: GraphQL: Add support for Inventory In-Store Pickup. #7378
magento/devdocs#7375: GraphQL: Add support for Inventory In-Store Pickup. #7378
Conversation
Apply changes to devdocs dedicated to In-Store Pickup GraphQl support.
An admin must run tests on this PR before it can be merged. |
Fix static tests.
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.
Hi @swnsma. Thank you for the information. Could I ask you to provide a code reference to the actual schema for pickupLocations
query, please? It looks like the following PR
https://github.com/magento/inventory/pull/2525/files
mentioned in the original issue does not reflect all actual information about the schema.
Thank you.
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.
@swnsma thank you! Please, check some adjustments from my end
Fix code-review notices.
@rogyar, done! |
Add contributor info.
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.
From the technical perspective, I see no issues. Thank you.
running tests |
running tests |
Hi @swnsma, thank you for your contribution! |
Apply changes to devdocs dedicated to In-Store Pickup GraphQl support.
Purpose of this pull request
#7375
Affected DevDocs pages
src/guides/v2.4/graphql/queries/cart.md
src/guides/v2.4/graphql/mutations/set-shipping-address.md
src/_data/toc/graphql.yml
src/guides/v2.4/graphql/queries/pickup-locations.md
whatsnew
Added the
pickupLocations
query, which returns a list of locations that customers can use to pick up their orders.