feat(F-193): completed feature
This commit is contained in:
@@ -88,6 +88,7 @@ export interface ProductVariant {
|
||||
sku: string;
|
||||
ean: string | null;
|
||||
attributes: Record<string, unknown>;
|
||||
weightGrams: number | null; // F-193
|
||||
}
|
||||
|
||||
export interface VariantPrice {
|
||||
|
||||
Reference in New Issue
Block a user