Order Capture System Interfaces

Subscriber Inventory Interface

This interface is defined by the Order Capture System (OCS) and is used to retrieve a list of subscribers. Typically, projects using OCS may implement the subscriber inventory interface to wrap a CRM system. For instructions, see CRM Configuration.

Offer and Price Interface

The offer interface is used by OCS to retrieve the products and bundles that are eligible for a given subscriber, and the prices of those products and bundles. The interface used is the Offering interface from TIBCO OPE.

Note: If you use your own offering engine and implement this interface, ensure that the interface behaves like OPE.

Order Management Interface

This interface conforms to the Order Management Services defined in Order Management Services and is used to submit, amend, cancel, or retrieve orders. While OCS has been tested against Order Management Service, you may implement your own version to enrich orders.

Note: If you use your own order management and implement this interface, ensure the interface behavior still confirms to Order Management Services.