Chef
  • 24 Apr 2024
  • 1 Minute to read

    Chef


      Article Summary

      Overview

      Chef is an automated recommendation algorithm that automatically brings the best-mixed strategy combination by testing the most popular items, top sellers, user-based, highest discounted, new arrivals, and trending items algorithms for better conversion rates. In a mixed strategy, you manually choose an algorithm for each slot. Chef, instead, chooses the best combination by evaluating the performance of the algorithms automatically.

      Endpoint

      GET https://recommendation.api.useinsider.com/v2/chef

      Query Parameters

      ParameterSample ValueDescriptionData TypeRequired
      partnerNamemybrandPartner Identifier which is assigned by Insider. You can use PartnerID as well.StringYes
      localeus_USLanguage or region of the site.StringYes
      platformwebIt is the requested platform. Its value can be web, and app. Web comes by default.EnumNo
      currencyUSDShows products with the specified currency.StringYes
      size50Required number of items in response. Valid values are 0 to 100.IntegerNo
      categoryList["Tops","Shirts"]Category filter of the products

      filter
      Smart Recommender filtering. There can be more than one filter parameter.StringNo
      strategy[“ub”, “vtv”]List of strategiesStringNo
      detailstrueAdds details to the products of the response.BooleanNo
      shufflefalseShuffles the products of the response.BooleanNo
      getGroupProductstrueShows variant products under the products of the response.BooleanNo
      groupProductsFields
      Adds these fields to the variant products’ details.StringNo
      excludeVariantstrueExclude variants from the response.BooleanNo
      Your title goes here
      If you want to get top seller products from category or categories you want, you should specify either categoryList or category and subCategory.

      Sample Example

      Sample Request

      GET https://recommendation.api.useinsider.com/v2/chef??partnerName={PartnerName}&locale={Locale}&currency={Currency}

      Sample Response

      {
          "success": true,
          "total": 16,
          "types": {
              "mpop": 14,
              "mvop": 2
          },
          "data": [
              "ABC1234",
              "ABC1243",
              "ABC1234",
              "ABC1235",
              "ABC1237",
              "ABC1230",
              "ABC1263",
              "ABC1209",
              "ABC1256",
              "CBA1234",
              "CBA1233",
              "CBA1236",
              "CBA1239",
              "CBA1221",
              "CBA1209",
              "CBA1247"
          ]
      }

      Fallback Algorithms

      The Chef algorithm doesn't have a specific fallback mechanism; instead, the fallback algorithms are determined by the individual algorithms chosen by the Chef.


      Was this article helpful?

      ESC

      Eddy, a super-smart generative AI, opening up ways to have tailored queries and responses