View Object equivalent to "Get all product groups": catalogProductGroups
Summary:
Is there a View Object equivalent to "Get all product groups": catalogProductGroups?
from Oracle Rest API documentation (Get all product groups) : https://docs.oracle.com/en/cloud/saas/sales/faaps/op-catalogproductgroups-get.html
URL: {Host}/crmRestApi/resources/11.13.18.05/catalogProductGroups
Method: GET
-----------------------------------------------
from a JSON Response I need the following attribute values for a script:
"ParentProductGroupId": 30000000........,
------------------------------------------------
Need to get the Object attribute values via Object Trigger Script but I need to know what's the View Object to be used:
def vo1 = newView('[catalogProductGroups View Object??]')
>To get the attribute value of ('ParentProductGroupId'):
def ParentProdID = row.getAttribute('