Objects
AmazonCartLine
Represents cart items from an Amazon store. Allows updating the quantity of each item and providing detailed information about each product.
Fields
quantity
Int!
requiredThe number of items of this particular product in the cart.
product
required
The Amazon product associated with this cart line item. See more about the AmazonProduct
type here.
Related types
Was this page helpful?