v1.2.5
Inventory Management 1.2.5 (module version: magento/inventory-metapackage = 1.2.5
) is supported with version 2.4.5 and compatible with version 2.4.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
/V1/inventory/source-items
. Previously, this REST API endpoint set the wrong stock_status
.
01234
and 1234
). Previously, the application did not unassign inventory sources and threw an error.
POST /V1/inventory/source-items
. After the child product is updated through the API, a new Inventory plugin for default stock checks and updates configurable product quantity and status.
CatalogInventory
composer.json
.
0
(for example, 01234
and 1234
). Previously, only one product was assigned an inventory source. GitHub-35171
ProductInterface.only_x_left_in_stock
field now returns 0 if inventory is 0. Previously, it returned null. GitHub-29932
AreProductsSalableInterface
and StockConfigurationInterface
to determine the total number of products. Previously, the category product list returned the wrong product quantity.
v1.2.4
Inventory Management 1.2.4 (module version: magento/inventory-metapackage = 1.2.4
) is supported with version 2.4.4 and compatible with version 2.4.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
bin/magento inventory:reservation:list-inconsistencies
command now handles orders with partial shipments correctly even if the reservations are missed from the database and the cache has been cleared. Previously, when this command was executed with a pre-cleared cache, Commerce displayed the following error: Area code is not set
.
Ship Together
.
1.2.3
Inventory Management 1.2.3 (module version: magento/inventory-metapackage = 1.2.3
) is supported with version 2.4.3 and compatible with version 2.4.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
geonames.org
.
1.2.2
Inventory Management 1.2.2 (module version: magento/inventory-metapackage = 1.2.2
) is supported with version 2.4.2 and compatible with version 2.4.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
1.2.1
Inventory Management 1.2.1 (module version: magento/inventory-metapackage = 1.2.1
) is supported with version 2.4.1 and compatible with version 2.4.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
inventory_cleanup_reservations
cron job and addressed an issue related to In-Store Pickup functionality for bundle products. This update also includes general improvements to stock calculation, bundle product support, and backorder functionality.
1.2.0
Inventory Management 1.2.0 (module version: magento/inventory-metapackage = 1.2.0
) is supported with version 2.4.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
\Magento\InventorySalesApi\Api\AreProductsSalableInterface
, \Magento\InventorySalesApi\Api\AreProductsSalableForRequestedQtyInterface
.
object_id
field in the reservations metadata is preventing the inventory_cleanup_reservations
cron job from working properly. This issue was introduced in magento/inventory#3046.
Workaround: Execute the following MySQL queries to manually clean up reservations:
SELECT GROUP_CONCAT(reservation_id) FROM inventory_reservation GROUP BY stock_id, sku HAVING SUM(quantity) = 0;
DELETE FROM inventory_reservation where reservation_id IN (result_of_the_first_query);
1.1.6
Inventory Management 1.1.6 (module version: inventory-composer-metapackage = 1.1.6
) is supported with version 2.3.6 and compatible with version 2.3.5, 2.3.4, 2.3.3, 2.3.2, 2.3.1, and 2.3.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
1.1.5
Inventory Management 1.1.5 (module version: inventory-composer-metapackage = 1.1.5
) is supported with version 2.3.5 and compatible with version 2.3.4, 2.3.3, 2.3.2, 2.3.1, and 2.3.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
1.1.4
Inventory Management 1.1.4 (module version: inventory-composer-metapackage = 1.1.4
) is supported with version 2.3.4 and compatible with version 2.3.3, 2.3.2, 2.3.1, and 2.3.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
1.1.3
Inventory Management 1.1.3 (module version: inventory-composer-metapackage = 1.1.3
) is supported with version 2.3.3 and compatible with version 2.3.2, 2.3.1, and 2.3.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
- Order by SKU (Adobe Commerce)
- Quick order (B2B)
- Requisition lists (B2B)
1.1.2
Inventory Management 1.1.2 (module version: inventory-composer-metapackage = 1.1.2
) is supported with version 2.3.2 and compatible with version 2.3.1, and 2.3.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
source_code
to the response for the GET /V1/shipments
REST endpoint.
New modules for Inventory Management 1.1.2 Beta include:
'Magento_InventoryGraphQl' => 1,
'Magento_InventoryReservations' => 1,
'Magento_InventoryReservationsApi' => 1,
'Magento_InventoryReservationCli' => 1,
'Magento_InventoryExportStock' => 0,
'Magento_InventoryExportStockApi' => 0,
/rest/V1/inventory/bulk-partial-source-transfer
endpoint allows merchants to transfer partial stock from source to source as a bulk operation. To transfer a specific amount of quantity, enter a request to the endpoint with the sku
, qty
, origin_source_code
, and destination_source_code
. Transfers verify that the source is assigned to the sku
, enough quantity exists to transfer, and so on. See Inventory mass actions in the REST API documentation.
magento/module-inventory-graph-ql
module. The GraphQL ProductInterface attributes now includes the only_x_left_in_stock
and stock_status
attributes for Inventory Management support.
source_code
).
1.1.0
Inventory Management 1.1.0 (module version: inventory-composer-metapackage = 1.1.0
) is supported and compatible with version 2.3.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base. Inventory Management 1.1.1 is released only as a package name update, supported for version 2.3.1 and compatible with version 2.3.0 of Adobe Commerce, Adobe Commerce on cloud infrastructure, and the Magento Open Source code base.
No
, is recommended.