- Subcategories:
- Actions
- Commerce Process Setups
- Layout & Metadata
- Settings
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: getPath:
/rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}/{id}
- Get Transaction Line
- Method: getPath:
/rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}/{id}/{subDocVarName}/{docNumber}
- Get Transaction Lines
- Method: getPath:
/rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}/{id}/{subDocVarName}
- Get Transactions
- Method: getPath:
/rest/v19/commerce{Stage}{ProcessVarName}{MainDocVarName}