From 033d6b2a9f28761cbcdd85ead0b17e584c04bcc4 Mon Sep 17 00:00:00 2001 From: bc-Vince <97260137+bc-Vince@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:27:38 -0500 Subject: [PATCH] DEVDOCS-6414 - Call out decimal place limitations in Quotes (S2S) Updated `decimalPlaces` description to call out that you can display up to 4 decimal places. --- docs/b2b-edition/specs/api-v3/quote/quote.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/b2b-edition/specs/api-v3/quote/quote.yaml b/docs/b2b-edition/specs/api-v3/quote/quote.yaml index a5847ea3c..5815eb326 100644 --- a/docs/b2b-edition/specs/api-v3/quote/quote.yaml +++ b/docs/b2b-edition/specs/api-v3/quote/quote.yaml @@ -1720,7 +1720,7 @@ components: example: "." decimalPlaces: type: integer - description: "The number of decimal places displayed in quote pricing." + description: "The number of decimal places displayed in quote pricing. You can display a maximum of 4 decimal places." example: 2 thousandsToken: type: string