Nature Classes¶
We can define the base type of a product using Nature class. Here, we can define behavior of a product. It helps to establish how a product should look like. Below are the nature classes that have been predefined within the system.
Predefined Nature Classes¶
Product¶
A placeholder for a group of common products.
Example: Red Bull as Product, which contains variants like Regular, Sugarfree, and Zero.
![]()
Loose Bundle¶
A group of products where the quantity of each product can be defined by the retailer.
Example: Water Bottle Pack: Buy 10 or more for 15% off. Each item over 10 can still receive the discount.
![]()
Fixed Bundle¶
A group of products where the quantity of each product is fixed.
Example: Shaving Kit. As these are in the same packaging, the customer cannot add or remove items from the fixed bundle.
![]()
Set of Products¶
Set of product recommendations like clothing pieces put on a mannequin in fashion stores.
Example: Racing Gear.
![]()
Promotional Collection¶
A group of products having the same price.
Example: Buy any pair of sporty glasses for $9.99 only.
![]()