You are here:
OdinAPIAutoAssetizeHandler
OdinAPIAutoAssetizeHandler is the default implementation supported by the OdinAPIHandler interface. It will always assetize a submitted order and can be used for CPQ testing.
OdinAPIAutoAssetizeHandler helps to maintain backward compatibility with releases prior to CME Winter '20, when the Check Status of the Cart API created assets.
For CME Winter '20 and later releases, OdinAPIAutoAssetizeHandler
interface helps you configure the behavior of these APIs:
-
checkout API (Submit Order API) - Create assets.
-
preValidate API - Calls SupplementalOrderService, which invokes the XOMSupplementalOrderLifeCycle interface and calls the interface XOMSupplementalOrderLifeCycle's preValidate method.
-
unfreezeOrder API - Invokes XOMSupplementalOrderLifeCycle interface and calls the interface XOMSupplementalOrderLifeCycle's interface's Freeze Order and Unfreeze Order methods.

