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.

·2 min read·View Oracle Docs

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_fieldset parameter 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:

http
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_fieldset in 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?
You need to set the 'Matrix Child Items Enabled' property in the Shopping Catalog and configure it via the `Cart.json` file.
Which NetSuite configurations support the custom matrix child item search?
This feature is supported in SuiteCommerce Advanced and SuiteCommerce.
What API parameter should be used to filter matrix child items in search?
Use the `matrixchilditems_fieldset` parameter in your Item Search API queries to filter through matrix child items.
Where can I find the 'Matrix Child Items Enabled' property in the UI?
The 'Matrix Child Items Enabled' property is located under the Shopping Catalog section in the NetSuite UI.
Source: Allow custom matrix child search in the item list Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Commerce

View all Commerce articles →