TMFOpenAPIProductOrderService

This service class is used for the GET and POST method of the Product Order API OOB.

Namespace 

1vlocity_cmt

The namespace in which the Vlocity managed package is installed on your Salesforce org.

Methods 

The OOB methods used for TMFOpenAPIProductOrderService are:

GET method 

You can replace the remote action element of the VIP TMFTMForumProductOrder with your own implementation to override the OOB implementation.
Signature of the OOB Remote Method

1vlocity_cmt.TMFOpenAPIProductOrderService.getProductOrder(Map<String, Object> inputs, Map<String, Object> output, Map<String, Object> options, String queryType)

POST method 

You can replace the remote action element of the VIP TMFTMForumCreateProductOrder with your own implementation to override the OOB implementation.
Signature of the OOB Remote Method

1vlocity_cmt.TMFOpenAPIProductOrderService.postProductOrder(Map<String, Object> input, Map<String,Object>output, Map<String, Object>options)