The Oracle Web Commerce Assisted Selling Application (ASA) is an in-store reference application that merges the functionality of the Oracle Commerce Platform with the Oracle Commerce Service Center server data on an iPad tablet device. This app provides:
A server module (
Store.Mobile.DCS-CSR
) with a set of REST configurations to allow invocation from any JSON-consuming client.An Objective-C REST client for simplified invocation of server-side functionality by an iOS application.
An iOS application providing Commerce Service Center functionality that consumes CRS JSON-formatted data produced by the
Store.Mobile.DCS-CSR
module.The ability to leverage the Commerce Service Center’s out-of-the-box web services.
The optional ability to integrate with Oracle Retail Mobile Point-of-Service (ORMPOS) to either tender credit cards or to suspend a sale and transfer it to a store POS terminal. Two new server modules
Store.Mobile.DCS-CSR.MPOS
andStore.Mobile.DCS-CSR.MPOS.REST
help achieve this integration.Assisted Selling’s server module is based on the existing Commerce Reference Store application’s Nucleus components and configuration. If you are not already familiar with this application, please refer to the Commerce Reference Store IUA Overview which documents the iOS version of Commerce Reference Store.