commerce

package module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2026 License: MIT Imports: 0 Imported by: 0

README ¶

commerce — Hyperrr Decoupled Commerce Module

Go Reference Go Coverage

This repository contains high-performance, decoupled commerce sub-modules for catalog management, shopping carts, checkout workflows, fulfillment, customer accounts, search, and customer support.


📦 Sub-Modules

  • product: Product catalog management and price/metadata validation.
  • taxonomy: Categories, tags, collections, and catalog hierarchies.
  • cart: Active customer shopping cart maintenance and validation.
  • order: Orchestrates checkout, payment reservation, and order status updates.
  • payments: Pluggable transaction processing with Stripe, Razorpay, and Mock gateways, integrated as saga workflows.
  • store: Store configuration, settings, and business profile settings.
  • customer: Customer profiling, shipping/billing address books, and registered user accounts.
  • seo: Search Engine Optimization metadata generators for products, taxonomies, and pages.

🧪 Testing

All modules are 100% decoupled from the core hyperrr execution engine at compile time. Unit tests are executed against SQLite in-memory databases using mdk.TestRuntime.

To run all tests locally:

go test ./...

Documentation ¶

Overview ¶

Package commerce implements high-performance, event-native commerce modules for catalog management, orders, cart, fulfillment, and customer accounts.

Licensed under the MIT License.

Index ¶

Constants ¶

View Source
const Version = "0.4.0"

Version is the current version of the Hyperrr Commerce Modules.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

This section is empty.

Directories ¶

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL