Input
AmazonCartItemsInput
The input fields to provide the necessary information to add or update Amazon products in the cart. It is included as a part of the CartItemsInput object, which allows the API to handle items from multiple platforms, including Amazon.
Fields
quantity
Int!
requiredAn 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.
productId
Int!
requiredThe ID of the Amazon product (ASIN) that the buyer wants to add to the cart. ASIN stands for Amazon Standard Identification Number, and it’s a unique identifier for products on the Amazon platform.
priceAdjustment
Amount to increase the price of this cart line item by.
Mutations
Related types
Was this page helpful?