Skip to content

Commit

Permalink
update links throughout docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-andreadao committed Jan 15, 2025
1 parent 68cd0f8 commit ed62d6b
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
8 changes: 4 additions & 4 deletions docs/integrations/webhooks/events/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Payload objects with the following scopes take the form that follows:

| Name / Scope | Description |
|:-------------------------|:------------|
| store/modifier/updated | Only fires when you edit attributes for a local or shared modifier in a context of a channel and locale. For information on updating overrides, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview. |
| store/modifier/updated | Only fires when you edit attributes for a local or shared modifier in a context of a channel and locale. For information on updating overrides, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview. |

The payload object takes the form that follows:

Expand Down Expand Up @@ -475,7 +475,7 @@ Consult the [notifications section of the Channel Webhooks Guide](/docs/integrat

| Name / Scope | Description |
|:-------------------------|:------------|
| store/option/updated | Fires when you customize display name and values for a local or shared variant option in a context of a channel and locale. For information on updating overrides, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview. |
| store/option/updated | Fires when you customize display name and values for a local or shared variant option in a context of a channel and locale. For information on updating overrides, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview. |

The payload object takes the form that follows:

Expand Down Expand Up @@ -803,7 +803,7 @@ Consult the [product assignment section of the Channel Webhooks Guide](/docs/int
| store/product/* | Fires for all store/product events. |
| store/product/deleted| Fires when a product is deleted.|
| store/product/created | Fires when a new product is created. |
| store/product/updated | Fires when you edit product attributes globally or for a channel locale as an override. For a full list of product fields that trigger an updated event, see the [product updated events](#product-update-events) that follow.<br /><br />The `properties` and `context` fields are present for only updates to overrides, not the global store. For information on updating overrides, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview. |
| store/product/updated | Fires when you edit product attributes globally or for a channel locale as an override. For a full list of product fields that trigger an updated event, see the [product updated events](#product-update-events) that follow.<br /><br />The `properties` and `context` fields are present for only updates to overrides, not the global store. For information on updating overrides, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview. |
| store/product/inventory/updated | Fires when inventory levels change for a _base product_. For products without variants, the webhook fires regardless of how you track inventory. <br /><br />For products with variants, the webhook only fires when the product's inventory properties are configured to track by _product_ and the _product-level_ inventory changes. <br /><br />Inventory updates made in the control panel and by API trigger the webhook. This includes changes made by apps. In the control panel, you can bulk import inventory updates or make inventory updates to single products on the **Products > View** page. |
| store/product/inventory/order/updated | Fires when _base product_ inventory levels change in response to the order-related events configured in [Inventory settings](/docs/rest-management/settings/inventory#get-inventory-settings). For example, stock levels can change when you either place or complete/ship an order. Stock levels can also change when an order status changes to cancelled or refunded, but not partially refunded. Global settings apply when inventory changes through a [manual order](https://support.bigcommerce.com/s/article/Creating-a-Manual-Order?language=en_US). The settings for a channel apply when inventory changes through an order in a channel.<br /><br />The webhook always fires for products without variants. For products with variants, the webhook only fires when you configure the product's inventory properties to track by _product_. |
| store/product/metafield/* | Fires for all store/product/metafield events. |
Expand Down Expand Up @@ -919,7 +919,7 @@ A change to any of the following fields triggers a `store/product/updated` event
* Warranty
* Weight

A change to the following field triggers the `store/product/updated` event only if the change is made for a _channel locale_. For more information, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview.
A change to the following field triggers the `store/product/updated` event only if the change is made for a _channel locale_. For more information, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview.

* Custom field's name or value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ This personalized shopping experience helps shoppers find and learn information

The following pages provide sample queries:

- [Basic product information](/docs/store-operations/catalog/graphql-admin/product-basic-info)
- [Product SEO information](/docs/store-operations/catalog/graphql-admin/product-seo-info)
- [Product variant options](/docs/store-operations/catalog/graphql-admin/product-variant-options)
- [Product modifier options](/docs/store-operations/catalog/graphql-admin/product-modifier-options)
- [Product URL](/docs/store-operations/catalog/graphql-admin/product-url)
- [Additional product attributes](/docs/store-operations/catalog/graphql-admin/product-attributes)
- [Product custom fields](/docs/store-operations/catalog/graphql-admin/product-custom-fields)
- [Product images (beta)](/docs/store-operations/catalog/graphql-admin/product-images)
- [Basic product information](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-basic-info)
- [Product SEO information](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-seo-info)
- [Product variant options](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-variant-options)
- [Product modifier options](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-modifier-options)
- [Product URL](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-url)
- [Additional product attributes](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-attributes)
- [Product custom fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-custom-fields)
- [Product images (beta)](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements/product-images)

You can create webhooks that trigger for the following events:
- [Product updated](/docs/integrations/webhooks/events#products)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product Attributes

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -20,7 +20,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Pre-order settings

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic Product Information

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -19,7 +19,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Set basic product information at the global level

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product custom fields

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -22,7 +22,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Set product custom fields

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product Images (Beta)

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
- This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -23,7 +23,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Product image visibility

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product Modifier Options

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -21,7 +21,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Set product modifier options

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product SEO Information

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -19,7 +19,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Set product SEO information at the global level

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product URL

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -19,7 +19,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Set product URL at the global level

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product Variant Options

[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements)
[_International Enhancements for Multi-Storefront_](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements)

<Callout type="info">
This feature is currently available for Enterprise stores and Partner Sandboxes. If the feature is not working as expected, please contact technical support, as the feature likely needs to be enabled for the individual store.
Expand All @@ -20,7 +20,7 @@ For a full schema, see the [GraphQL Admin API reference](https://developer.bigco

## Input fields

Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements#input-fields).
Setting or removing information requires that you specify ID fields in the input. For more information on how to specify ID fields, see [Input fields](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements#input-fields).

## Set variant options

Expand Down
2 changes: 1 addition & 1 deletion docs/storefront/graphql/examples/products.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This guide walks you through the process of retrieving information for a product
<Callout type="info">
[_International Enhancements for Multi-Storefront_](https://support.bigcommerce.com/s/article/International-Enhancements-for-Multi-Storefront) allows some product features to have overrides in a storefront channel locale.
For these features, the GraphQL Storefront API can return the global store value that the storefront inherits, or the override for the channel's locale, depending on [storefront settings](https://support.bigcommerce.com/s/article/International-Enhancements-for-Multi-Storefront#product-overrides).
For a full list of product fields, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview.
For a full list of product fields, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview.
</Callout>

## Get a Product
Expand Down
6 changes: 3 additions & 3 deletions docs/storefront/graphql/multi-language-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

The Storefront GraphQL API supports queries for multiple language translations within a storefront channel.

You can query product information for locales in a storefront channel. For information on what product information we support in multiple languages, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview.
You can query product information for locales in a storefront channel. For information on what product information we support in multiple languages, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview.

## Prerequisites

- **Create language translations:**

Set the product data for a locale using the GraphQL Admin API. For example queries, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview.
Set the product data for a locale using the GraphQL Admin API. For example queries, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview.
<br />
- **Choose a default locale:**

Expand Down Expand Up @@ -110,5 +110,5 @@ query @shopperPreferences(locale:"fr") { # specific requested locale via directi

## Resources

- [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements) overview
- [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/msf-international-enhancements) overview
- [International Enhancements for Multi-Storefront - Localization Settings](https://support.bigcommerce.com/s/article/International-Enhancements-for-Multi-Storefront#localization) support article
Loading

0 comments on commit ed62d6b

Please sign in to comment.