AugusteVN.Modules.Commerce.Features 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AugusteVN.Modules.Commerce.Features --version 1.0.1
                    
NuGet\Install-Package AugusteVN.Modules.Commerce.Features -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AugusteVN.Modules.Commerce.Features" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AugusteVN.Modules.Commerce.Features" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AugusteVN.Modules.Commerce.Features" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AugusteVN.Modules.Commerce.Features --version 1.0.1
                    
#r "nuget: AugusteVN.Modules.Commerce.Features, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AugusteVN.Modules.Commerce.Features@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AugusteVN.Modules.Commerce.Features&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AugusteVN.Modules.Commerce.Features&version=1.0.1
                    
Install as a Cake Tool

AugusteVN.Modules.Commerce.Features

CQRS command and query handlers for product management and shop order operations.

Part of the AugusteVN Modules collection.


Extension Method

AddCommerceFeatures

public static void AddCommerceFeatures(this IServiceCollection services, IConfiguration configuration)

Registers all FluentValidation validators from the Features assembly and auto-registers CQRS command/query handlers via RegisterHandlersFromAssembly.


CQRS Handlers

Commands (3)

Handler Description
CreateShopOrderCommand Creates a new shop order with line items and status
UpdateShopOrderStatusCommand Updates the status of an existing shop order
UpsertProductCommand Creates or updates a product in the catalog

Queries (7)

Handler Description
GetProductsQuery Paginated product listing
GetProductsByIdsQuery Retrieve multiple products by their IDs
GetProductForSlugQuery Single product by URL slug
GetLeadMagnetQuery Retrieve the active lead magnet product
GetShopOrdersQuery Paginated listing of all shop orders
GetShopOrderByIdQuery Single shop order by ID
GetShopOrdersForUserQuery Paginated listing of shop orders for a specific user

Validators

Validator Rules
UpsertProductCommandValidator Product field validation (title, cover photo, body, price > discounted price)
CreateShopOrderCommandValidator Order creation validation
UpdateShopOrderStatusCommandValidator Status must be one of ShopOrderStatuses.StatusList
GetProductForSlugQueryValidator Slug not empty, matches ^[a-z0-9_-]+$
GetShopOrdersForUserQueryValidator User ID validation

Registration

// Program.cs
builder.Services.AddCommerceFeatures(builder.Configuration);

Installation

dotnet add package AugusteVN.Modules.Commerce.Features

Dependencies

  • AugusteVN.Modules.Commerce._Shared
  • AugusteVN.Modules.Commerce.Database
  • AugusteVN.CQRS.Extensions
  • Commerce module overview
  • Commerce._Shared
  • Commerce.Api
  • Commerce.Database
  • Commerce.Templates
  • Commerce._Shared.Spa
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AugusteVN.Modules.Commerce.Features:

Package Downloads
AugusteVN.Modules.Commerce.Api

Minimal API endpoints for products and shop orders

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.8 86 8/9/2026
1.0.7 88 8/9/2026
1.0.6 89 8/9/2026
1.0.2 98 8/8/2026
1.0.1 88 8/8/2026
1.0.0 93 8/8/2026