diff --git a/docs/integrations/channels/guide/storefronts.mdx b/docs/integrations/channels/guide/storefronts.mdx index 3b93cd267..e5c3f910a 100644 --- a/docs/integrations/channels/guide/storefronts.mdx +++ b/docs/integrations/channels/guide/storefronts.mdx @@ -93,13 +93,19 @@ BigCommerce allows the developer to toggle the location and scope of the followi | Menu item / settings page | API Argument | Description | |:------|:------|:------------| +| Overview | `overview` | Renders a channel-specific overview page. | | Storefront Settings | `storefront_settings` | Renders channel-specific storefront settings. | +| Localization | `localization` | Renders channel-specific localization settings. | | Carousel | `carousel` | Renders channel-specific carousel settings. | +| Script Manager | `script_manager` | Renders channel-specific script manager settings. | | Currencies | `currencies` | Renders channel-specific currency settings. | +| Payments | `payments` | Renders channel-specific payments settings. | +| Checkout | `checkout` | Renders channel-specific checkout settings. | | Domains | `domains` | Renders channel-specific domain settings. | | Notifications | `notifications` | Renders channel-specific notification settings. | | Social | `social` | Renders channel-specific social media settings. | -| Localization | `localization` | Renders channel-specific localization settings. | +| Web pages | `pages` | Renders channel-specific pages settings. | +| Data solutions | `data_solutions` | Renders channel-specific data solutions settings. | The term _protected section_ refers to the settings on the corresponding menu pages. Settings in protected sections override the default settings configured at the storewide level. Include these protected sections in requests to the [Create channel menus](/docs/rest-management/channels/channel-menus#create-channel-menus) endpoint to display BigCommerce-provided, channel-specific settings pages and corresponding menu items. Enabled protected sections precede custom sections in a channel's menu. diff --git a/reference/channels.v3.yml b/reference/channels.v3.yml index 1a46c4d44..983732d46 100644 --- a/reference/channels.v3.yml +++ b/reference/channels.v3.yml @@ -3498,13 +3498,19 @@ components: items: type: string enum: + - overview - storefront_settings - - social + - localization - carousel - - domains + - script_manager - currencies - - notifications - - localization + - payments + - checkout + - domains + - notifications + - social + - pages + - data_solutions channel_menus_Post: type: object properties: