Skip to content

Commit 55eaf49

Browse files
authored
DEVDOCS-6537 - Fix link to Quote Statuses content in Quotes Storefront API reference (#1102)
Fixed links to the Quote Statuses section of the spec file overview. # [DEVDOCS-6537](https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6537) ## What changed? * The `status` field's description now correctly links to the information on Storefront API quote status values. ## Release notes draft * We've fixed link quote status information in the article. ## Anything else? ping @bc-terra [DEVDOCS-6537]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6537?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent f0f0f70 commit 55eaf49

File tree

1 file changed

+3
-3
lines changed
  • docs/b2b-edition/specs/storefront/storefront

1 file changed

+3
-3
lines changed

docs/b2b-edition/specs/storefront/storefront/rfq.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ info:
5050
5151
Each status is assigned a numeric ID, which appears in the `status` field of the response body when using the [Get All Quotes](#get-all-quotes) and [Get Quote Details](#get-quote-details) endpoints. You can also use a quote's `status` as a parameter of the [Get All Quotes](#get-all-quotes) endpoint in order to filter for quotes in a specific status.
5252
53-
The Quotes Storefront API uses the buyer-facing quote status , as opposed to the [internal statuses](https://developer.bigcommerce.com/b2b-edition/apis/rest-management/quote#quote-statuses) that are visible to your staff. See the table below for information on each quote status, as well as its corresponding `status` code.
53+
The Quotes Storefront API uses the buyer-facing quote status , as opposed to the [internal statuses](/b2b-edition/apis/rest-management/quote#quote-statuses) that are visible to your staff. See the table below for information on each quote status, as well as its corresponding `status` code.
5454
| Status Name | Description | Status ID |
5555
| --- | --- | --- |
5656
| Open | The quote has not been purchased and is not expired. | 1 |
@@ -155,7 +155,7 @@ paths:
155155
- 4
156156
- 5
157157
example: "1"
158-
description: "The frontend status of the quote. Note that these are not the same as statuses observed in the B2B Edition control panel. See [Quote Statuses](#quote-statuses) for more information."
158+
description: "The frontend status of the quote. Note that these are not the same as statuses observed in the B2B Edition control panel. See [Quote Statuses](/b2b-edition/apis/rest-storefront/request-for-quote#quote-statuses) for more information."
159159
- name: quoteTitle
160160
in: query
161161
schema:
@@ -1562,7 +1562,7 @@ components:
15621562
- 4
15631563
- 5
15641564
example: 1
1565-
description: "The numeric ID associated with the quote's status. See [Quote Statuses](#quote-statuses) to learn about the statuses that correspond to each ID."
1565+
description: "The numeric ID associated with the quote's status. See [Quote Statuses](/b2b-edition/apis/rest-storefront/request-for-quote#quote-statuses) to learn about the statuses that correspond to each ID."
15661566
quoteReference:
15671567
type: string
15681568
example: "04292025-0001"

0 commit comments

Comments
 (0)