From 94829208d7c1b0ff46f03464df9f25a6c634780a Mon Sep 17 00:00:00 2001 From: bc-Vince <97260137+bc-Vince@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:10:40 -0600 Subject: [PATCH] DEVDOCS-6721 - Resolving authorization issue with the GetQuoteInfoB2B GraphQL Query Added the uuid query parameter to the Get Quote Details storefront endpoint --- docs/b2b-edition/specs/storefront/storefront/rfq.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/b2b-edition/specs/storefront/storefront/rfq.yaml b/docs/b2b-edition/specs/storefront/storefront/rfq.yaml index 2bab70074..b2615f8ef 100644 --- a/docs/b2b-edition/specs/storefront/storefront/rfq.yaml +++ b/docs/b2b-edition/specs/storefront/storefront/rfq.yaml @@ -401,6 +401,13 @@ paths: type: integer example: "1745872023" description: "The [Unix timestamp](https://www.unixtimestamp.com/) for when the sales quote was created." + - name: uuid + in: query + required: true + schema: + type: string + example: "1a2b3c4d" + description: "The quote's secondary alphanumeric identifier." responses: "200": description: OK