Configure a split-regex transformation
Hello Team,
I've requirement where, I'll hold the value like below on custom sku property(x_availability) of custom product type(TEST).
"724":"IN-STOCK", "746":"OUT-OF-STOCK".
I want to show these values as separated one, in search facets, which I've enabled already. I've gone through the documentation provided by oracle , but which APIs I need to use little confused, could someone able to help on the solution.
I tried below APIs.
- PUT : /gsadmin/v1/:appName/attributes/:owner
- appName is cloud
- owner is system.
- Provided body as below along with all the existing values
- "TEST.sku.x_availability": {
"ecr:type": "property",
"mergeAction": "update",
- "TEST.sku.x_availability": {
Tagged:
0