• requesting additional fields in ProductTemplates/GET

    Currently I am trying to export a JSON file of all my products from Product Templates using the following Endpoint , I do receive the basic parameters expected which is ID, Data, state and index. My products contain additional fields like Price, quantity…
  • export failiure - Could not find a handler for the path specified in the request.

    Hiya, Upon trying to export my Product Templates into a csv file sugarcrm using the get request below export = a.get('.../rest/v11_8/ProductTemplates/export/' + exportline + '?platform=base',allow_redirects=True, headers = headers) os.remove(r…