Mostly working with Product + Version and Sku + Version.

There will still be many errors. But this is working somewhat
This commit is contained in:
2026-01-22 16:54:12 +00:00
parent aaf64ab75a
commit 1b8ab2857f
95 changed files with 4506 additions and 2624 deletions

View File

@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
import { catchError } from 'rxjs/operators';
import { ErrorLoggerService } from '../core/error-logger.service';
import { Product } from '../core/product';
import { StockKeepingUnit as Product } from '../core/stock-keeping-unit';
import { UpdateProductPrices } from './update-product-prices';
const url = '/api/update-product-prices';