Enabling DOM integration for orders
To integrate your store to use an external distributed order management System to process orders, you need to set configurations.
You can use the Administration Console to enable message transfers to and from the external order management system.Note: The
Administration Console works on Microsoft Internet Explorer 10, 11, and Microsoft Edge only when run
in compatibility mode.
Procedure
- Open the Administration Console.
- On the Site/Store Selection page, select Site.
- Select .
-
Create a message type configuration to transfer orders to an external order management
system.
-
Create a message type configuration to get orders from an external order management
system.
- Close the Administration Console.
-
If you are not using Sterling Order Management, then configure the order component
configuration file.
-
Enable external order management integration by running the following SQL.
- To enable for all
stores:
update STORECONF set value='Y' where name='is_ext_order_system' and storeent_id=0;
- To enable for a specific
store:
insert into STORECONF (STOREENT_ID, NAME, VALUE) values (storeId, 'is_ext_order_system','Y');
- To enable for all
stores:
-
Enable SideBySideIntegration for your store.