addRecommendationsToCart

Adds recommended items to the cart with tracking information

This page contains

    Arguments

    input AddRecommendationsToCartInput!

    AddRecommendationsToCartInput fields

    items [AddRecommendationsToCartItemInput!]!

    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.