Skip to content

Commit 796301a

Browse files
Merge branch 'main' into DEVDOCS-6365
2 parents 42a2f43 + 13ff14f commit 796301a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
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."

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"

docs/store-operations/translations/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ For more information on OAuth Scopes, see our [Guide to API Accounts](/docs/star
4444
* Avoid redundant translations by checking existing translations first
4545

4646
## Resources
47+
* [Translations for Products (Beta)](/docs/store-operations/translations/product)
48+
* [Translations for Custom Fields(Beta)](/docs/store-operations/translations/product-custom-fields)
4749
* [Translations for Brands (Beta)](/docs/store-operations/translations/brands)
48-
* [Translations for Categories(Beta)](/docs/store-operations/translations/categories)
50+
* [Translations for Categories (Beta)](/docs/store-operations/translations/categories)
4951
* [Translations for Locations (Beta)](/docs/store-operations/translations/locations)

0 commit comments

Comments
 (0)