Product Types

Products are the core elements of any e-commerce platform, representing items offered for sale. In Omnitron, product types are categorized to simplify inventory management, sales configurations, and customer experiences. Products can be sold as individual items, grouped together, or customized through various configurations. This structure helps meet diverse business needs while ensuring flexibility and scalability.

Omnitron supports the following product types:

  • Simple Product: Individual product with a single SKU.

  • Meta Product: A virtual grouping of related products.

  • Grouped Product: Predefined groups of simple products sold together.

  • Bundle Product: Customizable product combinations.

  • Miscellaneous Product: Non-standalone items used in bundles or as supplementary items.

  • Offer Product: Sellers’ salable products for marketplaces.

Each product type is represented with the enumeration:

Key
Value

simple

0

product_meta

1

bundle

2

grouped

3

miscellaneous

4

offer

5

1. Simple Product​

A Simple Product is a basic unit in the catalog, representing a single item with its unique SKU. It is ideal for products that do not require additional configurations or customizations. Key features are:

  • Unique SKU: Each simple product is assigned a unique SKU for identification and inventory tracking.

  • Variation Support: Simple products often include an attribute set (e.g., size, color) that allows them to be sold as variations of the same base product.

  • Relationship with Meta Product: A meta product is automatically generated as the parent entity for simple products sharing the same base code, provided that the attribute set configuration includes an attribute with is_variant set to true. This ensures that related product variations are grouped under the same meta product.

Example Scenario​

  • Product Name: T-shirt A

  • Attributes:

    • Size: XL

    • Color: Blue

  • SKU: SK01

  • Base Code: BC01 (Same with Meta Product)

Create a Simple Product​

Navigate to the Product Pool page in Omnitron.

Click the +New Product button located in the top-right corner of the page.

Select Add Simple Product as the product type.

Enter the following required fields for the product:

  • Product Name: The name of the simple product.

  • Base Code: A shared identifier used for grouping related product variations.

  • SKU: The unique stock-keeping unit for the product.

  • Product Type: Select the Simple.

  • Attribute Set: Select the attribute set that best matches the product.

    • This selection determines the attributes available for the product.

    • All attributes linked to the selected set will be displayed further down the page for additional input.

  • Listing Code: A field that stores the value of the is_variant_listable attribute for variant products, indicating whether the variant can be listed independently.

  • Status: Specify whether the product is active or inactive.

Click the SAVE button.

2. Meta Product​

A Meta Product is a virtual entity that groups simple products with a common base code. It serves as the parent product and is not sold directly to customers. Key features are:

  • Relationship with Simple Products: Meta products connect and organize multiple simple products under a single entity for easier management.

  • Automatic Creation: A meta product is automatically generated when a simple product is created, provided that the attribute set configuration includes an attribute with is_variant set to true. This ensures that related product variations are grouped under the same meta product.

  • Base Code Management: The base code of a meta product is the same as its child simple products.

Example Scenario​

  • Scenario: A store sells t-shirts in various sizes and colors.

  • Meta Product: T-shirt (SKU:BC01 Base Code: BC01)

    • Simple Product 1: T-shirt A (Size: XL, Color: Blue, SKU: SK01 Base Code: BC01)

    • Simple Product 2: T-shirt B (Size: L, Color: Blue, SKU: SK02 Base Code: BC01)

    • Simple Product 3: T-shirt C (Size: XL, Color: Green, SKU: SK03 Base Code: BC01)

Create a Meta Product​

Navigate to the Product Pool page in Omnitron.

Click the +New Product button located in the top-right corner of the page.

Select Add Meta Product as the product type.

Enter the following required fields for the product:

  • Product Name: The name of the meta product.

  • Base Code: A shared identifier used for grouping related product variations.

  • SKU: The unique stock-keeping unit for the product.

  • Product Type: Select the Meta.

  • Attribute Set: Select the attribute set that best matches the product.

    • This selection determines the attributes available for the product.

    • All attributes linked to the selected set will be displayed further down the page for additional input.

  • Listing Code: A field that stores the value of the is_variant_listable attribute for variant products, indicating whether the variant can be listed independently.

  • Status: Specify whether the product is active or inactive.

Click the SAVE button.

Managing Product Variants​

Once the meta product is saved, the Same Model Simple Products table at the bottom of the page will automatically display potential child products that share the same base code.

Converting Potential Child Products into Variants:

To designate potential child products as official child variants:

  1. Select the checkboxes for the relevant products in the Same Model Simple Products table.

  2. From the Select Action dropdown, choose Convert to Variant.

  3. Click Apply.

The selected products will move to the Product Variants table, establishing them as child variants of the meta product.

Converting Variants Back to Simple Products:

If needed, you can revert product variants back to potential child products:

  1. Select the checkboxes for the relevant products in the Product Variants table.

  2. From the Select Action dropdown, choose Convert to Simple Product.

  3. Click Apply.

The selected products will return to the Same Model Simple Products table, disconnecting them from the meta product.

Updating Connected Products:

To apply changes made to a meta product’s attributes or local fields to its connected child products:

  1. Select the checkboxes for the relevant products in the Product Variants table.

  2. From the Select Action dropdown, choose Update Connected Product.

  3. Click Apply.

This ensures that any modifications to the meta product are reflected in its associated variant products.

For this functionality to work properly, two Omnitron Dynamic Settings must be configured:

  1. PRODUCT_UPDATABLE_CHILD_LOCAL_FIELDS **This setting determines which child product fields can be updated when changes are made to the meta product. It allows specific local fields (e.g., name, listing_code) to be synchronized across connected meta products. By defining the fields that are updatable, you can control which data points are inherited from the meta product.

  2. PRODUCT_UPDATABLE_CHILD_ATTRIBUTES **This setting specifies which child product attributes can be updated. Attributes such as color, size, or material can be synchronized across child products when modifications are applied to the meta product.

3. Grouped Product​

A Grouped Product consists of multiple simple products that are presented together but can be added to the basket individually in any desired quantity, allowing customers to form a group of simple products based on their preferences. This type is often used for promotions, upselling, or creating convenient shopping options for customers. Key features are:

  • Combination of Simple Products: Groups several simple products under one package.

  • Flexible Offers: Often used for creating customized groups such as gift sets, or pre-configured groups that suit a variety of customer needs.

  • Customizable Quantities: Customers can select and add any desired quantity of each simple product to their basket, tailoring their purchase to their specific requirements.

Example Scenario​

  • Scenario: A suit package.

    • Jacket (SKU: JKT01)

    • Pants (SKU: PNT02)

    • Shirt (SKU: SRT03)

    • Tie (SKU: TIE04)

  • Grouped Product: Suit Package (SKU: SP01)

Create a Grouped Product​

Navigate to the Product Pool page in Omnitron.

Click the +New Product button located in the top-right corner of the page.

Select Add Grouped Product as the product type.

Enter the following required fields for the product:

  • Product Name: The name of the grouped product.

  • Base Code: A shared identifier used for grouping related product variations.

  • SKU: The unique stock-keeping unit for the product.

  • Product Type: Select the Grouped.

  • Attribute Set: Select the attribute set that best matches the product.

    • This selection determines the attributes available for the product.

    • All attributes linked to the selected set will be displayed further down the page for additional input.

  • Listing Code: A field that stores the value of the is_variant_listable attribute for variant products, indicating whether the variant can be listed independently.

  • Status: Specify whether the product is active or inactive.

Click the SAVE button.

At the bottom of the page, navigate to the Choose Products to Group area and select the simple products you wish to group.

From the Actions dropdown, select Group Selected Products.

Click the Apply button to assign the selected products to the Grouped Products section.

The added products are displayed in the "Grouped Products" section.

The sorting order of these grouped products can be adjusted using the Sorting parameter. This parameter determines the sequence in which the products are shown in the shop.

A value of 0 is considered the highest priority, meaning that products with a sorting value of 0 will be displayed first, followed by other products based on their sorting values.

Additionally, the Quantity parameter specifies the default quantity of a simple product that will be shown before the product is added to the basket as part of a grouped product. On the shop page, this quantity can be adjusted by the user, allowing them to increase or decrease it according to their preference.

For example, if a simple product has its quantity set to 1, this value will be displayed as the default quantity before the product is added to the basket.

4. Bundle Product​

A Bundle Product allows customers to create a personalized product by selecting from multiple options or components. This product type is designed to enhance user experience and provide flexibility in product offerings. Key features are:

  • Customization: Customers can choose from various options (e.g., design, features, accessories).

  • Bundle Chapters: Bundles are structured into chapters, each containing multiple items or options.

  • Unlimited Items: There is no limit to the number of items in a bundle chapter.

Structure​

  • Main Product: Bundle Product

  • Components: Miscellaneous Products (It will be detailed in the next section with example scenarios.)

  • Optional Default Item: A default miscellaneous product can be preselected.

Create a Bundle Product​

Navigate to the Product Pool page in Omnitron.

Click the +New Product button located in the top-right corner of the page.

Select Add Bundle Product as the product type.

Enter the following required fields for the product:

  • Product Name: The name of the bundle product.

  • Base Code: A shared identifier used for grouping related product variations.

  • SKU: The unique stock-keeping unit for the product.

  • Product Type: Select the Bundle.

  • Attribute Set: Select the attribute set that best matches the product.

    • This selection determines the attributes available for the product.

    • All attributes linked to the selected set will be displayed further down the page for additional input.

  • Listing Code: A field that stores the value of the is_variant_listable attribute for variant products, indicating whether the variant can be listed independently.

  • Status: Specify whether the product is active or inactive.

4.1. Miscellaneous Product​

A Miscellaneous Product is a secondary product type not intended for standalone sales. It is primarily used as a component in bundles or as an accessory to other products.

  • Not Standalone: Cannot be sold individually.

  • Supplementary Role: Supports bundle products or serves as an add-on.

  • Flexible Use: Often used for items like packaging, accessories, or non-primary products.

Example Scenario​

Selling a customizable gaming PC.

  • Bundle Product Name: Gaming PC

  • Bundle Product SKU: GP01

  • Bundle Product Base Code: GP01

  • Bundle Chapters (Product Customization Steps):

    • Chapter 1: Processor

      • Miscellaneous Product 1: Intel (SKU: P01, Base Code:P01)

      • Miscellaneous Product 2: AMD (SKU: P02, Base Code:P02)

    • Chapter 2: Graphics Card

      • Miscellaneous Product 1: NVIDIA

      • Miscellaneous Product 2: AMD

    • Chapter 3: RAM

      • Miscellaneous Product 1: 8GB

      • Miscellaneous Product 2: 16GB

      • Miscellaneous Product 3: 32GB

Create a Miscellaneous Product​

Navigate to the Product Pool page in Omnitron.

Click the +New Product button located in the top-right corner of the page.

Select Add Miscellaneous Product as the product type.

Enter the following required fields for the product:

  • Product Name: The name of the miscellaneous product.

  • Base Code: A shared identifier used for grouping related product variations.

  • SKU: The unique stock-keeping unit for the product.

  • Product Type: Select the Miscellaneous.

  • Attribute Set: Select the attribute set that best matches the product.

    • This selection determines the attributes available for the product.

    • All attributes linked to the selected set will be displayed further down the page for additional input.

  • Listing Code: A field that stores the value of the is_variant_listable attribute for variant products, indicating whether the variant can be listed independently.

  • Status: Specify whether the product is active or inactive.

Click the SAVE button.

After ensuring that miscellaneous products have been created for each bundle product chapter (step), return to the bundle product detail page you created in the previous section.

From the product customization steps section on this page, you need to create a chapter (step) for each bundle chapter.

Enter the following required fields for the chapter:

  • Name: The display name of the chapter (step), which will be visible in the Bundle Product configuration and helps identify the specific chapter (step).

  • Slug: An identifier for the chapter (step), typically generated based on the name. It must be unique.

  • Is Form Field Required: Indicates whether the fields associated with this chapter (step) are mandatory. If set to "Yes", users must fill in the corresponding form fields during customization.

  • Is Form Required: Specifies whether the chapter (step) itself requires a form for customization. If set to "true", a form must be provided and configured for this chapter (step).

  • Attribute Set: Defines the group of attributes associated with the chapter (step). These attributes dictate the available options and settings for customizing the bundle chapter (step).

Click the SAVE button.

At the bottom of the created chapter (step), there is a Product Pool section. This section is where the previously created miscellaneous products will be assigned as components of the chapter (step). To assign products to the chapter (step), click the +New Product button.

Select the miscellaneous products you want to assign to the chapter (step), and then click the + Add Selected Products to Chapter button to assign the products to the chapter (step).

The products you assigned will appear in the chapter’s product pool. You can add or remove miscellaneous products at any time.

To select a default one from among the miscellaneous products, click on the circle on the default column. The circle color changes to green, indicating that the default product is selected.

This means that the miscellaneous product is pre-selected for the user as soon as they begin customization. This default selection simplifies the customization process by eliminating the need for the user to manually choose the customization option.

It is possible to sort steps added within each other. By holding down the double-headed arrow at the beginning of each step and moving the mouse up or down, the desired order is achieved, allowing for a new arrangement.

5. Offer Product​

An Offer Product is a specialized product type tailored for use within marketplaces, designed to represent salable products provided by multiple sellers. When an offer exists under a Simple Product, the item added to the basket becomes an Offer Product. It ensures consistency across the marketplace catalog while allowing sellers to customize key attributes to meet their business needs. By leveraging the Akinon Seller Center application, brands operating as marketplaces can efficiently manage seller-provided items.

Key features are:

  • Marketplace Focus: Offer Products are exclusively used in marketplaces and managed via the Akinon Seller Center.

  • Derived from Simple Products: Offer Products share the same base code as their corresponding Simple Products, ensuring consistency across the catalog.

  • Seller-Specific Attributes: The is_offer parameter is a flag stored on specific attributes of a product. When is_offer is set to true for an attribute, it allows seller-specific configurations for that attribute. However, when is_offer is false, the attribute remains tied to the Simple Product and cannot be customized for individual sellers.

  • Use Cases: Offer Products are ideal for scenarios where:

    • A single product is offered by multiple sellers with different configurations or conditions.

    • Bulk purchase or wholesale options are provided with seller-defined minimum order quantities.

    • Marketplace operators need granular control over seller-specific inventory, pricing, and sales rules.

Example Scenario​

Two sellers offer a bulk purchase option for a simple product. The table below showcases how Offer Products work when two sellers offer variations of the same simple product (T-shirt C):

Seller X
Seller Y

Product Name

T-shirt C

T-shirt C

Size

XL

XL

Color

Green

Green

SKU

SLX (Unique)

SLY (Unique)

Base Code

BC01 (Same as Simple Product)

BC01 (Same as Simple Product)

Attribute: Minimum Quantity [is_offer: true flag must be set for it to be customizable at the seller level, allowing different values for each seller (e.g., Seller X: 5 units, Seller Y: 75 units)].

5

75

​Breakdown of Scenario:

  1. Shared Base Code:

    • Both sellers use BC01 as the Base Code, ensuring that their Offer Products (T-shirt C in Green, Size XL) inherit the core specifications of the original Simple Product.

  2. Unique Seller Identifiers (SKU):

    • Seller X assigns the SKU SLX, while Seller Y uses SLY. This allows the system to distinguish between their offerings.

  3. Custom Minimum Quantities:

    • Seller X configures a minimum sale quantity of 5 units, targeting small bulk buyers.

    • Seller Y sets a higher minimum sale quantity of 75 units to attract larger bulk purchasers.

Relationships Between Product Types:

  • Offer Products derive their structure from Simple Products but are managed independently to address the needs of marketplaces. Simple Products serve as the parent for Offer Products.

  • Meta Products remain the parent entities, organizing both Simple Products and their derived Offer Products.

Create an Offer Product​

Last updated

Was this helpful?