GET quote/{quoteId}
Retrieves a quote with all associated rates and spot quote responses.
This endpoint returns the complete quote including:
- Quote summary (dates, order number, addresses)
- All rates with pricing and transit times
- Spot quote responses from carriers (if applicable)
- Spot quote status (visited, declined, response time)
The NetSuite user can use this endpoint to view all quotes for a specific quoteId, including any spot quote responses that have been received from carriers.
Pass HTTP Authorization request header with value "Bearer {token}" to perform this action.
This endpoint returns the complete quote including:
- Quote summary (dates, order number, addresses)
- All rates with pricing and transit times
- Spot quote responses from carriers (if applicable)
- Spot quote status (visited, declined, response time)
The NetSuite user can use this endpoint to view all quotes for a specific quoteId, including any spot quote responses that have been received from carriers.
Pass HTTP Authorization request header with value "Bearer {token}" to perform this action.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| quoteId |
The ID of the quote to retrieve |
integer |
Required
|
Body Parameters
None.
Response Information
Resource Description
Quote with rates and spot quote data
BadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
Data returned by api |
Object |
None. |
| Code |
Response code returned by api |
HttpStatusCode |
None. |
| Message |
Human readable message |
string |
None. |
| TraceId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 100,
"Message": "sample string 2",
"Data": {},
"TraceId": "sample string 3"
}