Is your feature request related to a problem? Please describe.
I want to synchronise the Product Image field between WooCommerce and ERPNext. This means image on Item and images on WooCommerce Product. But, the images field is a json list, so it won't work to map the fields values directly.
Describe the solution you'd like
Support JSONPath or Mustache on WooCommerce Server > Items tab > Item Fields > Fields Mapping
Then I can map it like $.images[0].src, which will sync the first image's src value to the Itemimage field, like so:
Describe alternatives you've considered
Manually update images between sites - very tedious
Is your feature request related to a problem? Please describe.
I want to synchronise the Product Image field between WooCommerce and ERPNext. This means
image
on Item andimages
on WooCommerce Product. But, theimages
field is a json list, so it won't work to map the fields values directly.Describe the solution you'd like
Support JSONPath or Mustache on WooCommerce Server > Items tab > Item Fields > Fields Mapping
Then I can map it like
$.images[0].src
, which will sync the first image's src value to the Itemimage
field, like so:Describe alternatives you've considered
Manually update images between sites - very tedious
Additional context
Example of WooCommerce
images
field: