📄 Overview v 3.1.7

This module manages products, including categories, modifiers, and attributes. It supports CRUD operations, relationships, and syncing across stores.

📄 Module - Description

  • products – Product records
  • categories – Product categories
  • modifiers – Options like size, color
  • modifiers_items – Values for modifiers

🔗 API Correction?

                GET /api/products
                POST /api/products
                PUT /api/products/{id}
                DELETE /api/products/{id}
            

🧩 UI Components?

Includes product creation/edit forms, attribute selection modals, and dynamic price fields.

📄 Overview v 3.1.7

This module manages products, including categories, modifiers, and attributes. It supports CRUD operations, relationships, and syncing across stores.

📄 Module - Description

  • products – Product records
  • categories – Product categories
  • modifiers – Options like size, color
  • modifiers_items – Values for modifiers

🔗 API Correction?

                GET /api/products
                POST /api/products
                PUT /api/products/{id}
                DELETE /api/products/{id}
            

🧩 UI Components?

Includes product creation/edit forms, attribute selection modals, and dynamic price fields.