Skip to main content

CustomItem

No description

type CustomItem implements BaseItem {
id: ID!
productSnapshot: ProductSnapshot
title: String
subtotal: Money
price: Money
fulfilledItems: Int
quantity: Int!
categories: [CustomBuildCategory!]!
discount: OrderItemDiscountDetails
discounts: [OrderItemDiscountDetails!]
sourceType: OrderItemSourceType!
manualDiscounts: [ItemDiscount!]
quantityChanged: Boolean
}

Fields

CustomItem.id ● ID! non-null scalar

CustomItem.productSnapshot ● ProductSnapshot object

CustomItem.title ● String scalar

CustomItem.subtotal ● Money object

CustomItem.price ● Money object

CustomItem.fulfilledItems ● Int scalar

CustomItem.quantity ● Int! non-null scalar

CustomItem.categories ● [CustomBuildCategory!]! non-null object

CustomItem.discount ● OrderItemDiscountDetails object

CustomItem.discounts ● [OrderItemDiscountDetails!] list object

CustomItem.sourceType ● OrderItemSourceType! non-null enum

CustomItem.manualDiscounts ● [ItemDiscount!] list object

CustomItem.quantityChanged ● Boolean scalar

Interfaces

BaseItem interface