REST: Inventory In-Store Pickup endpoints #7376
Description
Community engineering issue
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issues:
magento/inventory#2568
magento/inventory#2365
Magento 2 GitHub PRs:
magento/inventory#2751
magento/inventory#2487
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
Add documentation for all REST endpoints that were introduced for In-Store Pickup. I'm aware of these:
- GET /V1/inventory/in-store-pickup/pickup-locations/
- POST /V1/order/notify-orders-are-ready-for-pickup
Others might exist
To complete this issue:
-
Create the
src/guides/v2.4/rest/modules/inventory/in-store-pickup.md
file. Usesrc/guides/v2.4/rest/modules/inventory/check-salable-quantity.md
as a template for the contents of this file. -
Add the file to the left navigation by updating the
src/_data/toc/inventory.yml
andrest-api.yml
files
Create your local branch off of master
.
Additional information
I'm assigning this PR to myself until I can determine whether the code contributors want to contribute the documentation.