Skip to content

Commit 596f49d

Browse files
authored
DEVDOCS-6486 - Enhance userEmail field description (#1098)
Updated the `userEmail` description to clarify valid values and default behavior. <!-- Ticket number or summary of work --> # [DEVDOCS-6486] ## What changed? * Updated `userEmail` description to clarify usage and fallback behaviour. ## Release notes draft * Updated `userEmail` description to clarify usage and fallback behaviour. ## Anything else? ping { @bigcommerce/dev-docs-team } [DEVDOCS-6486]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6486?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent b41df0b commit 596f49d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/b2b-edition/specs/api-v3/quote/quote.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,10 @@ components:
14981498
userEmail:
14991499
type: string
15001500
format: email
1501-
description: "The email address of the quote’s sales rep."
1501+
description: |-
1502+
The email address of the quote’s sales rep. Any user email found within the B2B Edition System Users menu is considered a valid value for this field.
1503+
1504+
This field is optional. If left blank, it will default to the store owner's email address as shown in the B2B Edition System Users menu.
15021505
expiredAt:
15031506
type: string
15041507
description: "The date when the buyer can no longer purchase the quote. Use '%m/%d/%Y' format when entering the expiration date."

0 commit comments

Comments
 (0)