MagentoCartItem

An object for defining what the cart service requests and retrieves from a magento backend.

Properties

Name Type Description
__typename MagentoCartItemTypeEnum
id string
prices { price: MagentoMoney; row_total: MagentoMoney; discounts?: MagentoDiscount[]; }
product MagentoCartItemProduct
quantity number
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.