Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/b2b-edition/specs/api-v3/quote/quote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,14 +634,6 @@ paths:
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 line items, shipping address fields, and even a history of messages sent by the buyer and their sales representative.
parameters:
- name: date
in: query
required: true
schema:
type: string
description: "The date that the quote was created. Use %m/%d/%Y format."
example: "04/07/2025"
responses:
'200':
description: OK
Expand Down
Loading