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