From baa74053d457f6c581c8e79982fd659ca1edf3e5 Mon Sep 17 00:00:00 2001 From: Karuppaiah Alagappan Date: Mon, 16 Mar 2026 10:05:23 +1100 Subject: [PATCH] feat(b2b): B2B-4529 remove data parameter for get quote details --- docs/b2b-edition/specs/api-v3/quote/quote.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/b2b-edition/specs/api-v3/quote/quote.yaml b/docs/b2b-edition/specs/api-v3/quote/quote.yaml index 9904fe002..97e3558ed 100644 --- a/docs/b2b-edition/specs/api-v3/quote/quote.yaml +++ b/docs/b2b-edition/specs/api-v3/quote/quote.yaml @@ -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