Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/integrations/channels/guide/storefronts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ BigCommerce allows the developer to toggle the location and scope of the followi
| 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. |

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.

Expand Down
1 change: 1 addition & 0 deletions reference/channels.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3504,6 +3504,7 @@ components:
- domains
- currencies
- notifications
- localization
channel_menus_Post:
type: object
properties:
Expand Down