Learn how to manage your stock aggregates and the Order Management integration, available if you use the Order Management System (OMS) Connector with Adobe Commerce, as well as view both the message log and changelog.
If you use the Order Management System (OMS) with Adobe Commerce, an MCOM option is available in the left menu of the Admin.
With this MCOM option, you can manage stock aggregates and integrations, and access both the message log and changelog.
To display the MCOM menu:
On the Admin sidebar, choose MCOM.
Manage Stock Aggregates provides information about existing stock aggregates, and allows you to add new stock aggregates or edit or delete existing ones.
You create sources and aggregates in the Order Management System (OMS) Admin. Then you assign which websites are associated with each aggregate via Manage Stock Aggregates in the Adobe Commerce Admin.
On the Admin sidebar, go to MCOM > Manage Stock Aggregates.
Click Add New Stock Aggregate.
Enter a Stock code (name) for this stock aggregate.
The stock code that you enter should match the stock aggregate code in the OMS.
Choose a Website from the populated list.
When complete, click Save Stock Aggregate.
Message Log enables you to view message processing logs, message history, and full error traces for the Connector.
See the Message performance section of the Views logs topic in the Order Management System (OMS) documentation for more information about what metrics are available out-of-the-box, an example log file, and more.
On the Admin sidebar, go to MCOM > Message Log.
Click Filters and add any search criteria you want to employ, such as Topic (message) and direction (ingoing or outgoing).
Click Apply Filters to see your query results.
Click View for the message that you want to view.
The Details view for that message appears, including information about the message body and other related history.
If the message was processed with an error, you can click within the History section to see a full error trace.
Information about fatal errors is in the apache/nginx
error log (the same place logs are located for the Connector-less Adobe Commerce installation).
If you are working in Developer mode, all errors are visible on your screen.
You can retry a failed topic (message) in Message Log.
On the Admin sidebar, go to MCOM > Message Log.
To determine whether a topic was successful, see the Status column.
Successful topics show a SUCCESS
status.
In the leftmost column, select the checkbox for the topic you want to retry.
Click Actions and select Retry.
The topic (message) is resubmitted.
Integration enables you to add or disable the Order Management System (OMS) integration for Adobe Commerce and view details of the integration.
On the Admin sidebar, go to MCOM > Integration.
Check the status of the integration in the Status row—either Enabled
or Disabled
.
On the Admin sidebar, go to MCOM > Changelog. You are immediately redirected to the Adobe Commerce version 2.2 Connector changelog. Change the version number in the URL to 2.3
to access the 2.3 Connector changelog.
You can manually request a full catalog export from Adobe Commerce. This feature queues all products from the catalog for export to the Order Management System (OMS).
Outside of manually exporting the full catalog, products are added to this queue after a new product is created, an existing product is updated, or after a bulk update to product attributes.
When requested, these outgoing messages are exported to a .csv file in chunks of 5,000.
To export the full catalog:
On the Admin sidebar, go to Catalog > Products.
Click Export Full Catalog.
Click OK in the confirmation dialog.
A progress bar appears to show the status of the requested catalog export. When the export is complete, a confirmation message appears to confirm the action.
To manually export the catalog from the command line, see the Export full catalog section of the OMS Connector documentation.