MerchantE API Docs

Get Quote Line Items

Retrieve all quote line items for a specific quote.

Returns a list of Quote Line Items including solutions, equipment, pricing fees, transaction rates, and service charges associated with the quote.

Backend path: /services/data/v54.0/sobjects/Quote/{quoteId}/QuoteLineItems.

Path Parameters

Required1 field
quoteIdstring
The SFId value associated with the ObjectType Quote
Other1 field
string

Responses

200
List of quote line items

List of quote line items

Example response

{}

Code samples

Copy-paste ready code in your preferred language.

API call

Copy/paste friendly
curl -X GET "https://test.salesforce.com/quotes/YOUR_QUOTE_ID/quote-line-items"