Manual Merchandising
  • 07 Feb 2024
  • 1 Minute to read

    Manual Merchandising


      Article Summary

      Overview

      This algorithm brings the details of products manually specified and only products that are in stock are returned. It enables you to showcase specific products or content (for special days, etc.) from a list that is specified on the campaign configuration. And only the products that are in stock will be displayed in the recommendation widget. This type of algorithm can be used on all page types to promote specific products.

      Endpoint

      GET https://recommendation.api.useinsider.com/v2/manual-merchandising

      Your title goes here
      You need to write Product ids as comma separated in productId parameter such as productId=ed061306,287a4a89,8f0db743,69de9b05

      Query Parameters

      ParameterSample ValueDescriptionData TypeRequired
      partnerNamemybrandPartner Identifier which is assigned by Insider. You can use PartnerID as well.StringYes
      localeus_USLocale of requested product catalog.
      StringYes
      platformwebRequested platform. Web comes by default.EnumNo
      currencyUSDRequested currency of the products. If no value is set, the default currency in your settings is used.StringYes
      productIdABC1234The id of the product whose complementary is requested.
      StringYes
      size
      50Required number of items in response. Valid values are 0 to 100.
      IntegerNo
      categoryList
      [“Clothes”, “Skirts”]
      Category filter of the productsArray (of string)
      No
      filter
      Smart Recommender filtering. There can be more than one filter parameter.
      StringNo
      detailstrueAdds details to the products of the response.BooleanNo
      shufflefalseShuffles the products of the response.BooleanNo
      getGroupProductsfalseShows variant products under the products of the response.
      BooleanNo
      groupProductsFields

      Adds these fields to the variant products’ details.
      StringNo
      excludeVariants
      trueExclude variants from response.
      BooleanNo

      Sample Example

      Sample Request

      GET https://recommendation.api.useinsider.com/v2/manual-merchandising?partnerName={Partner Name}&locale={Locale}&currency={Currency}&productId=ABC12345,XYZ12345

      Sample Response

      {
          "success": true,
          "total": 2,
          "types": {
              "mm": 2
          },
          "data": [
              "ABC12345",
              "XYZ12345"
          ]
      }

      Fallback Algorithms

      There is no fallback algorithm for this recommendation type as only requested items are recommended.


      Was this article helpful?

      What's Next
      ESC

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