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: get
Path: /rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id}
Get a Transaction Line
Method: get
Path: /rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id}/{subDocVarName}/{subDocNumber}
Get All Transaction Lines
Method: get
Path: /rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id}/{subDocVarName}
Get All Transactions
Method: get
Path: /rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}