ProductCatalog API

I am not able to find the Rest API endpoint for the Product catalog.

Please help me with this.

Parents Reply
  •  ,

    the best way to check which APIs are being triggered is to use Sugar UI itself.

    You can open your Developer Console, navigate to the screen you want, and see which API endpoint Sugar is triggering in the Network tab.

    SugarCRM | Principal Developer Advocate

Children
  • Ok Thank You.

    Does sugar have the pricebook related to the products?

  • Sugar OOTB has no pricebooks included, only prices as fields in the ProductTemplates records like

                "cost_price""547.000000",
                "discount_price""795.960000",
                "list_price""804.000000",
    and a field for the price calculation like
                "pricing_formula""PercentageDiscount",
    Pricebooks must be handled by additional (CPQ) packages.