Fields

quantity
Int!
required

An integer representing the number of products. This value indicates how many units of the specific Amazon product the buyer wants to add to the cart.

variantId
Int!
required

The ID of the Shopify product variant that the buyer wants to add to the cart. In Shopify, each product can have multiple variants, such as different colors, sizes, or materials. This ID is used to identify the specific variant the buyer has chosen.

priceAdjustment

Amount to increase the price of this cart line item by.

Mutations