Skip to content

Sample: Recommendations

The recommendations example GraphQL request:

  recommendations(scenario:"vc-recommendations" after: "10" first: 5 itemId: "8b7b07c165924a879392f4f51a6f7ce0")
  {
    items
    {
      scenario
      product
      {
        id
        name
      }
    }
  }

Last update: February 1, 2024