Mirror of Oracle documentation
Converted for search and offline reading. Authoritative source: Oracle. Diagrams and some complex tables are simplified — check the PDF when in doubt.
C
Appendix – Routing External Originating Transaction to SIOCS
There are some transactions originating from supplier (Purchase Order Shipments) or Warehouse Management Systems (Warehouse to Store Shipments or Stock Order Status) that must be subscribed to by both Merchandising and SIOCS. Merchandising and SIOCS provides their own ReST services to consume this information, and the caller invokes both Merchandising and SIOCS services.
With Direct DB integration, this integration pattern is simplified, and the client can choose to only call the Merchandising ReST Service and Merchandising will route the message to SIOCS if the system option to route the message is enabled. The client should not call a SIOCSspecific ReST Service if routing is done through Merchandising.
Purchase Order Shipments
System Option: ROUTE_EXT_ASNIN_TO_SIOCS_IND
Merchandising ReST Service:
-
MerchIntegrations/services/inventory/shipmentsAndReceipts/inboundAsn/manage -
MerchIntegrations/services/inventory/shipmentsAndReceipts/inboundAsn/delete
SIOCS ReST Service:
-
Import ASN Delivery (
/dsds/imports) -
Import ASN Cancel Delivery (
/dsds/imports/cancel)
Warehouse to Store Shipments
System Option: ROUTE_EXT_ASNOUT_TO_SIOCS_IND
Merchandising ReST Service:
MerchIntegrations/services/inventory/shipmentsAndReceipts/outboundAsn/create
SIOCS ReST Service:
- Import ASN Delivery (
/tsfdeliveries/imports)
Stock Order Status
System Option: ROUTE_EXT_SOSTATUS_TO_SIOCS_IND
Merchandising ReST Service:
MerchIntegrations/services/inventory/stockOrders/status/manage
SIOCS ReST Service:
- Import Transfer (
/transfers/import)
Implementation Guide G56162-01 Copyright© 2026, Oracle and/or its affiliates.
May 8, 2026 Appendix C-1 of C-2
Appendix C Fulfillment Orders
- Delete Transfer Import (
/transfers/import/{externalTransferId})
Fulfillment Orders
System Option: ROUTE_EXT_FULFILORD_TO_SIOCS_IND
Merchandising ReST Service:
-
MerchIntegrations/services/customerOrders/fulfillmentOrder/create
-
MerchIntegrations/services/customerOrders/fulfillmentOrder/cancel
SIOCS ReST Service:
- /fulfillmentorders/import
Implementation Guide G56162-01 Copyright© 2026, Oracle and/or its affiliates.
May 8, 2026 Appendix C-2 of C-2