Categories Subtab
These settings configure properties related to Commerce Categories.
For examples and more information, see Commerce Categories.
Category Navigation Menu Level Deepness
This integer lets you choose how many category levels to display in the navigation menu.
ID |
categories.menuLevel |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Show Categories Navigation Menu
This Boolean enables or disables the Categories navigation menu.
ID |
categories.addToNavigationTabs |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Exclude Empty Categories
This Boolean enables or disables the Exclude Empty Categories feature.
ID |
categories.excludeEmptyCategories |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Side Menu > Sort By
This string lets you specify which Category record field to use as the main sort field in the Categories sidebar. By default, this is set to sequencenumber. In this case, the sidebar categories sort by the sequence number set in NetSuite.
ID |
categories.sideMenu.sortBy |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Side Menu > Additional Fields
This string lets you add extra fields to the default list the ItemSearch API returns for the application.
The default list returned is:
-
internalid
-
name
-
sequencenumber
-
urlfragment
-
displayinsite
ID |
categories.sideMenu.additionalFields |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Side Menu > Collapsible
This Boolean lets you specify if the Categories side menu is collapsible and expandable.
ID |
categories.sideMenu.uncollapsible |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Side Menu > Show Max
This integer lets you specify how many categories to show before a Show More link appears. By default, it's set to 5.
ID |
categories.sideMenu.showMax |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Side Menu > Collapsed
This Boolean lets you specify if the Categories sidebar is collapsed when the page loads. By default, the sidebar is set to appear expanded.
ID |
categories.sideMenu.collapsed |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Sub Categories > Sort By
This string lets you choose which Category record field to use as the main sort field for sub categories. By default, this is set to sequencenumber. In this case, the sidebar categories will sort by the sequence number that you set in NetSuite.
ID |
categories.subCategories.sortBy |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Sub Categories > Additional Fields
This string lets you specify extra fields for the default list the ItemSearch API returns for subcategories sub categories.
The default list returned is:
-
internalid
-
name
-
description
-
sequencenumber
-
urlfragment
-
thumbnailurl
-
displayinsite
ID |
categories.subCategories.fields |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Category Fields
This string lets you add optional fields to the default list for category fields. Category Fields are the fields that appear in the Category page.
ID |
categories.category.fields |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Breadcrumb Fields
This string lets you add extra fields to the default list the ItemSearch API returns for breadcrumb navigation. The default list returned is:
-
internalid
-
name
-
displayinsite
ID |
categories.breadcrumb.fields |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Menu > Sort By
This string lets you specify which Category record field to use as the main sort field in the Navigation menu. By default, this is set to sequencenumber. In this case, the navigation menu categories will sort by the sequence number you set in NetSuite.
ID |
categories.menu.sortBy |
UI location |
Integrations > Categories |
JSON file |
Categories.json |
Menu Fields
This property lets you add extra fields to the default list the ItemSearch API returns for the Navigation menu.
The default list returned is:
-
internalid
-
name
-
sequencenumber
-
displayinsite
ID |
categories.menu.fields |
UI location |
Integrations > Categories |
JSON file |
Categories.json |