- Subcategories:
- Commerce Actions
- Commerce Document Layout
- Commerce Document Metadata
- Commerce Process Setups
- Commerce UI Settings
Commerce REST Endpoints
Commerce
Oracle CPQ exposes transactional objects and transaction data through REST APIs and RESTful standards.
- 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}