Hello all,
I haven't been able to find a clear answer / solution to this. Hopefully some one can help.
We bring in large volumes of serialised products. In one purchase from the manufacturer, there can be dozens of different product types, and hundreds of each product, each with a unique serial number.
From the manufacturer, we get an XLS that would look something like this:
PRODUCT_1 | 123123 |
PRODUCT_1 | 123124 |
PRODUCT_1 | 123125 |
PRODUCT_2 | ABC123 |
PRODUCT_2 | ABC124 |
PRODUCT_2 | ABC125 |
PRODUCT_3 | 142QWE |
PRODUCT_3 | 143QWE |
PRODUCT_3 | 144QWE |
PRODUCT_4 | ZXC1001 |
Is there a way of importing all this data in one go to update our inventory?
Any help is appreciated.