diff --git a/docs/b2b-edition/specs/storefront/storefront/rfq.yaml b/docs/b2b-edition/specs/storefront/storefront/rfq.yaml index 2bab70074..b8d8247b0 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: "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