feat(F-193): completed feature

This commit is contained in:
chattie
2026-08-23 07:58:50 +02:00
parent a372e5abfb
commit 4b3a506166
18 changed files with 244 additions and 37 deletions

View File

@@ -88,6 +88,7 @@ export interface ProductVariant {
sku: string;
ean: string | null;
attributes: Record<string, unknown>;
weightGrams: number | null; // F-193
}
export interface VariantPrice {