Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 10.1 KB

release-notes.md

File metadata and controls

87 lines (53 loc) · 10.1 KB
group title
inventory
Release Notes

{{site.data.var.im}} (provided by the Magento Inventory (was MSI) project) is available with {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}} 2.3.x. Merchants can use {{site.data.var.im}} to manage inventory for all product types in a single warehouse and across complex shipping networks. Manage these locations as sources, tracking on-hand inventory quantities per product. Stocks connect these sources with sales channels (websites) to provide an accurate salable quantity, calculating available on-hand products, pending orders (reservations), and configured thresholds. {{site.data.var.im}} also updates order and shipment options, giving you full control over your inventory and deductions at the source level.

{{site.data.var.im}} is a Magento Community Engineering special project open to contributors. To take part and contribute, see the MSI GitHub repository and wiki to get started. Join us in our Slack channel (self signup) to discuss the project.

See the following documentation:

The release notes include:

  • {:.new}New features
  • {:.fix}Fixes and improvements
  • {:.bug}Known issues

v1.1.3

{{site.data.var.im}} 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 {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}.

  • {:.fix}Better integration with {{site.data.var.ee}} and {{site.data.var.b2b}} features. {{site.data.var.im}} now works correctly with the following features for websites using non-default inventory sources and stocks:

    • Order by SKU ({{site.data.var.ee}})
    • Quick order ({{site.data.var.b2b}})
    • Requisition lists ({{site.data.var.b2b}})
  • {:.new}Increased performance. Storefront catalog browsing performance has significantly improved for websites running the default inventory stock and source.

  • {:.new}Increased test coverage. The automated Functional and Integration test coverage has increased significantly.

v1.1.2

{{site.data.var.im}} 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 {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}.

  • {:.new} Added a Bulk Partial Stock Transfer Endpoint - Current bulk transfer endpoints move all assigned quantity from an origin to a destination source. The new /rest/V1/inventory/bulk-partial-source-transfer endpoint allows merchants to transfer partial stock from source-to-source as a bulk operation. Enter a request to the endpoint with the sku, qty, origin_source_code, and destination_source_code to transfer a specific amount of quantity. Transfers verify the source is assigned to the sku, enough quantity exists to transfer, etc. See [Inventory Bulk Actions]({{ page.baseurl }}/rest/modules/inventory/bulk-inventory.html).

  • {:.new} Added Reservation CLI - New commands give you options to detect and resolve reservation inconsistencies. As orders submit and change status, {{site.data.var.im}} generates initial reservations and updates through compensation reservations. These commands return a list of detected inconsistencies by Order ID, SKU, and Stock ID and create reservations to resolve. See [Inventory CLI reference]({{ page.baseurl }}/inventory/inventory-cli-reference.html).

  • {:.new} Performance improvements for sources and SSA options - Sorting and selecting sources during shipment caused performance degradation for stocks with high numbers of sources. This release provides significant performance improvements to list and sort available sources when reviewing and selecting SSA options in shipments.

  • {:.new} Added GraphQL support for {{site.data.var.im}} - This release installs a new magento/module-inventory-graph-ql module. The GraphQL [Products endpoint]({{ page.baseurl }}/graphql/queries/products.html) now includes the only_x_left_in_stock and stock_status attributes for {{site.data.var.im}} support.

  • {:.new} Simplified UI for Assigned Sources - The Assigned Sources table in product pages has simplified content for easier updates and increased performance when displaying many sources. All sources list by source name (hover over for source_code).

  • {:.new} Export Aggregated Stock Service - This release provides a new export aggregated stock service (retaining reservations in the system) to support external Sales Channels like Amazon, eBay, Google Shopping ads, etc.

  • {:.fix} Added source_code to the response for the GET /V1/shipments REST endpoint.

  • {:.fix} Resolved issue to correctly clear reservations and update product quantities after issuing a credit memo for an unshipped order. When you select the option to

  • {:.fix} Resolved issue to correctly save quantity for configurable product children when entering quantities during product creation.

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,

v1.1.0

{{site.data.var.im}} 1.1.0 (module version: inventory-composer-metapackage = 1.1.0) is supported and compatible with version 2.3.0 of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}. {{site.data.var.im}} 1.1.1 released only as a package name update, supported with version 2.3.1 and compatible with version 2.3.0 of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}.

  • {:.new} Distance Priority Algorithm — The Distance Priority Algorithm is a new, out-of-the-box Source Selection Algorithm for distance-based shipping recommendations. This algorithm compares the location of the shipping destination address with source locations to determine the closest source to fulfill shipments. The distance may be determined by either physical distance or the time spent traveling from one location to another, using imported geocode location data or Google directions (driving, walking, or bicycling). See Configuring Distance Priority Algorithm in the Magento Admin User Guide.

  • {:.new} Expanded source quantity list — Merchants with a high number of sources can easily hover and view all sources per product through the Product Grid. Each product displays a minimum of five sources and matching quantities. When hovering over the sources, you can scroll through the entire list of sources and current quantities. See Managing Inventory Quantities.

  • {:.fix} Added support for Elasticsearch for single and multi sources modes — You can now configure and use Elasticsearch with custom stocks. This resolves a [known issue]({{ page.baseurl }}/release-notes/ReleaseNotes2.3.0OpenSource.html#known-issues) in version 2.3.0 of {{site.data.var.ce}} and {{site.data.var.ee}}. See [Set up Elasticsearch service]({{ page.baseurl }}/config-guide/elasticsearch/es-overview.html) for installation information and Elasticsearch to configure through the Admin.

  • {:.fix} Resolved performance issues with Default Stock to drastically increase performance with numerous operations. Improvements increase performance for Single Source mode, Transfer Inventory to Source, Storefront Category pages, and Salable Quantity calculations. This resolves a [known issue]({{ page.baseurl }}/release-notes/ReleaseNotes2.3.0OpenSource.html#known-issues) requiring custom stocks creation for Single Source merchants in version 2.3.0 of {{site.data.var.ce}} and {{site.data.var.ee}}.

  • {:.fix} Resolved issues with Out of Stock status and bulk Inventory Transfer to Stock for configurable and grouped products. Selecting the parent products and performing bulk actions does not affect the product status. If the parent product was In Stock, it remains In Stock.
  • {:.bug} Known issue with Magento v2.3.1 - Asynchronous migration of data between sources will encounter issues due to changes in Asynchronous APIs with topic names reflecting PHP class and method names. We recommend using synchronous operations, setting Run asynchronously to "No". To configure, see Configure Global Options in the Magento User Guide.