- Subcategories:
- Actions
- Sub Document Actions
Commerce REST Endpoints
Commerce
CPQ Cloud exposes transactional objects and transaction data through REST APIs and RESTful standards. The REST APIs provide a new, modern way to access transaction and line item information. With appropriate HTTP Basic authentication, any other third-party system can make use of these services. Additional resources allow credentialed third-party systems to create transactions, and to update transactions by invoking modify, version, submit and approval actions in a Commerce Process through REST APIs.
- Get a Transaction
- Method: getPath:
/rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id} - Get a Transaction Line
- Method: getPath:
/rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id}/{subDocVarName}/{subDocNumber} - Get All Transaction Lines
- Method: getPath:
/rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id}/{subDocVarName} - Get All Transactions
- Method: getPath:
/rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}