This section provides information about and instructions for using the Oracle Commerce Platform Representational State Transfer (REST) Web Services.
Oracle Commerce Platform REST Web Services provide access to Nucleus components. Nucleus components are server-side JavaBeans and servlets that perform the back-end functionality of a Web application, such as enabling database connectivity, logging, scheduling, and handling HTTP requests.
This section is divided into three parts:
Introduction to REST Web Services (this section) describes generic REST Web Services and terminology.
Part I, “Oracle Commerce Platform JAX-RS REST Web Services” describes the Oracle REST services that use JAX RS. This section describes the framework, components and resources that you can use to develop endpoints for REST services.
Part II, “Oracle Commerce Platform REST MVC Web Services” describes the extensible REST MVC API, describing the architecture and components that allow you to create REST services, as well as instructions on creating your own REST services. This section also provides detailed examples of REST services that have been provided for quick implementation