Member since
10-03-2022
1
Post
0
Kudos Received
0
Solutions
07-06-2023
07:31 AM
You can try below spec [
{
"operation": "modify-default-beta",
"spec": {
"*": {
"productSku": "=concat(@(1,id),'-', @(1,uom),'-000')",
"categories": {
"*": {
"category": "=concat(@(1,level1),'/', @(1,level2))"
}
}
}
}
},
{
"operation": "shift",
"spec": {
"*": {
"name": "[&1].pName",
"brand": "[&1].pBrand",
"display_name": "[&1].pVariant",
"productSku": "[&1].pSku",
"categories": {
"*": {
"category": "[#4].categoryHierarchy"
}
}
}
}
}
]
... View more