Allow Custom Matrix Child Search in NetSuite
Enable custom matrix child item searches in the item list with defined field sets in NetSuite for enhanced eCommerce functionality.
Starting with support from SuiteCommerce Advanced and SuiteCommerce, the ability to enable or disable a custom matrix child item search in the item list significantly enhances the search capabilities for maintaining eCommerce item details.
Feature Overview
This feature allows administrators to customize how matrix child items appear within the item search functionality. When enabled, the search utilizes the field set identified in the Matrix child items fieldset for search property, providing a more tailored experience for users searching within the item catalog.
Key Property Details
- Property Name: Matrix Child Items Enabled
- ID:
matrixchilditems.enabled - UI Location: Shopping Catalog
- Configuration File:
Cart.json
JSON Implementation
For developers utilizing the Item Search API, this enhancement makes it possible to specify parameters related to matrix child items directly, as follows:
- Fieldset Usage: Utilize the
matrixchilditems_fieldsetparameter when making queries to filter through matrix child items effectively.
Example Query Structure
To implement the enhanced search capability through API, a typical query might look like this:
GET http://www.mywebstore.com/api/items?matrixchilditems_fieldset={your_fieldset}This query retrieves item records that specifically match the field set outlined for matrix child items.
Conclusion
By enabling this property, businesses can optimize the visibility of their matrix child items, ensuring customers have a seamless shopping experience. Configuration is straightforward, making it an essential feature for retailers looking to enhance their item listings in NetSuite.
Source: This article is based on Oracle's official NetSuite documentation.
Key Takeaways
- Customize matrix child item searches to improve item visibility.
- Utilize the
matrixchilditems_fieldsetin Item Search API queries. - Enhancements are supported in SuiteCommerce Advanced and SuiteCommerce.
Frequently Asked Questions (4)
How do I enable the custom matrix child item search feature in NetSuite?
Which NetSuite configurations support the custom matrix child item search?
What API parameter should be used to filter matrix child items in search?
Where can I find the 'Matrix Child Items Enabled' property in the UI?
Was this article helpful?
More in Commerce
- Available Items Only Feature in NetSuite 2026.1
Available items only filtering boosts sales efficiency in NetSuite 2026.1 with Intelligent Item Recommendations.
- Commerce Extensions in NetSuite 2026.1
Commerce Extensions in NetSuite 2026.1 enhance performance and user experience in eCommerce.
- Convert Multiple Transaction Line Items into Configured Items in
Enhance transaction processing in NetSuite by converting multiple line items into configured items with improved session handling.
- New SuiteCommerce Features in NetSuite 2026.1
New SuiteCommerce features in NetSuite 2026.1 enhance user experience and improve eCommerce efficiency.
