Commerce REST Endpoints

Commerce
Oracle CPQ exposes transactional objects and data through REST API web services. The REST APIs provide access to transaction and transaction line item information.
Get Transaction
Method: get
Path: /rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}/{id}
Get Transaction Line
Method: get
Path: /rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}/{id}/{subDocVarName}/{docNumber}
Get Transaction Lines
Method: get
Path: /rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}/{id}/{subDocVarName}
Get Transactions
Method: get
Path: /rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}