Get Quote Details
Request retrieves the full details of a specific quote based on the provided `quote_id`.
This endpoint provides more detailed information about a specific quote than [Get All Quotes](#get-all-quotes). This includes details on line items, shipping address fields, and even a history of messages sent by the buyer and their sales representative.
Equivalent Storefront GraphQL API Query: `quote`.
Authentication
AuthorizationBearer
### Authentication header
| Header | Argument | Description |
|:-------|:---------|:------------|
|`Authorization`|`Bearer {{B2B_JWT_TOKEN}}`| You can obtain this token using the steps described in the [REST Storefront API](/developer/docs/b2b-edition/getting-started/authentication#rest-storefront-api) section[...]
Path parameters
quote_id
Query parameters
storeHash
The unique alphanumeric store hash for the BigCommerce store.
date
The [Unix timestamp](https://www.unixtimestamp.com/) for when the sales quote was created.
uuid
The quote’s secondary alphanumeric identifier. This field is only required if the quote has an existing value. Sales quotes created before May 3, 2026 do not have a uuid value by default.
Response
OK
code
message
data
Errors
404
Not Found Error