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 1/2] 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 From 712a505df2d8e436c62226cb67bea2e6b8dd686c Mon Sep 17 00:00:00 2001 From: bc-Vince <97260137+bc-Vince@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:36:03 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Akshat Kaushik <87798139+bc-akshatkaushik@users.noreply.github.com> Co-authored-by: bc-Vince <97260137+bc-Vince@users.noreply.github.com> --- docs/b2b-edition/specs/storefront/storefront/rfq.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/b2b-edition/specs/storefront/storefront/rfq.yaml b/docs/b2b-edition/specs/storefront/storefront/rfq.yaml index b2615f8ef..b8d8247b0 100644 --- a/docs/b2b-edition/specs/storefront/storefront/rfq.yaml +++ b/docs/b2b-edition/specs/storefront/storefront/rfq.yaml @@ -406,8 +406,8 @@ paths: required: true schema: type: string - example: "1a2b3c4d" - description: "The quote's secondary alphanumeric identifier." + example: "3f7a9c0e-6d21-4f5c-b8a1-2e9d4c7b1a63" + description: "The quote's secondary alphanumeric identifier. This field is only required if the quote has an existing value. Sales quotes created before April 15, 2026 do not have a `uuid` value by default." responses: "200": description: OK