The AmazonCartLine
type allows Rye's cart API to manage and display cart items from an Amazon store, including updating the quantity of each item and providing detailed information about each product.
Fields
quantity
: Int!
The number of items of this particular product in the cart.
product
: AmazonProduct!
The Amazon product associated with this cart line item.