Quotes REST Endpoints

Store/SelfService/Quotes
Quote Endpoints
Accept the given quote.
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/accept
Creates/updates the order from the quote information for checkout
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/checkout
Download the proposal document from the CPQ
Method: get
Path: /ccstore/v1/selfservice/quotes/{id}/documents/{documentId}
Generates the quote proposal document
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/generateProposal
Get the Signature Details for a quote.
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/signatureDetails
Interact with the quote
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/interact
Reject a quote.
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/reject
Request changes for the given quote.
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/reRequest
Retrieves all charge sets for the specified quote belonging to the user based on the proper access rights
Method: get
Path: /ccstore/v1/selfservice/quotes/{id}/lines/{documentNumber}/charges
Retrieves all the quotes belonging to the user based on the proper access rights
Method: get
Path: /ccstore/v1/selfservice/quotes
Retrieves quotes comments for each quote belonging to the user based on the proper access rights
Method: get
Path: /ccstore/v1/selfservice/quotes/{id}/comments
Retrieves the quote detail based on quoteId
Method: get
Path: /ccstore/v1/selfservice/quotes/{id}
Update a quote with actions like adding a comment or assign the quote to seller.
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/update
Withdraw the Signature request for a quote.
Method: post
Path: /ccstore/v1/selfservice/quotes/{id}/cancelSignature