MerchantE API Docs

Get Quotes

Retrieve all quotes associated with a specific application.

Returns a list of Quote records containing pricing proposals, including settlement timelines and quote status.

Backend path: /services/data/v54.0/sobjects/Opportunity/{opportunityId}/Quotes.

Path Parameters

Required1 field
opportunityIdstring
The Salesforce ID (SFId) of the Opportunity record
Other1 field
string

Responses

200
List of quotes

List of quotes

Example response

{}

Code samples

Copy-paste ready code in your preferred language.

API call

Copy/paste friendly
curl -X GET "https://test.salesforce.com/applications/YOUR_OPPORTUNITY_ID/quotes"