Skip to content

Commit

Permalink
DEVDOC-6114 [update]: Channel Menus, add UI sections (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-andreadao authored Sep 13, 2024
1 parent 9c6542e commit ffdcc4e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/integrations/channels/guide/storefronts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
14 changes: 10 additions & 4 deletions reference/channels.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ffdcc4e

Please sign in to comment.