Make more fiields importable

This commit is contained in:
Jan Böhmer 2023-03-13 00:52:22 +01:00
parent 4437f206af
commit 820be46ed3
10 changed files with 35 additions and 29 deletions

View file

@ -34,6 +34,7 @@ class PartNormalizer implements NormalizerInterface, DenormalizerInterface, Cach
'notes' => 'comment',
'quantity' => 'instock',
'amount' => 'instock',
'mpn' => 'manufacturer_product_number',
];
private ObjectNormalizer $normalizer;