Do you have any sample Groovy code how to update a PriceGridItem record from CFS?
Answer
api.update("PGI", ["priceGridName" : "LifeCycleMonitor",
"sku" : currentItem.sku, "label" : currentItem.label])
Found an issue in documentation? Write to us.