Replies: 1 comment 3 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we have a reasonably large inventory, 3000+ items, which we have successfully loaded using the Populate function.
Moving forward we would like to be able to create / update these products periodically. We will receive a csv file with updated prices / descriptions. Our business works with a "Product Code" to identify unique items that we sell. I have chosen to map this to the
productVariant.sku
field.I'm now in the process of writing a custom plugin that will process a csv file which contains all the updates. It might also include new products. Since I don't know the corresponding Vendure variant's product id, I need to try and find variants by their SKU. This is where I'm stuck.
I might be approaching this all wrong. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions