SimpleItem
No description
type SimpleItem implements BaseItem {
id: ID!
productSnapshot: ProductSnapshot
title: String
subtotal: Money
fulfilledItems: Int
quantity: Int!
variantSnapshot: ProductVariantSnapshot
selectedOptions: [SelectedVariantOption!]!
price: Money
discount: OrderItemDiscountDetails
discounts: [OrderItemDiscountDetails!]
sourceType: OrderItemSourceType!
taxable: Boolean
productTax: Float
productVariant: ProductVariant
product: Product
manualDiscounts: [ItemDiscount!]
quantityChanged: Boolean
}