Preview

addRecommendationsToCart is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

addRecommendationsToCart

Adds recommended items to the cart with tracking information

This page contains

    Arguments

    input AddRecommendationsToCartInput! PREVIEW

    AddRecommendationsToCartInput fields

    items [AddRecommendationsToCartItemInput!]! PREVIEW

    List of recommended items to be added to the cart

    userId ID!

    Unique identifier of the user

    accountId ID!

    Unique identifier of the account (company)

    Return Fields

    cart Cart

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.