StockItem
No description
type StockItem {
id: ID!
sku: String
trackQuantity: Boolean!
quantity: Int
regularPrice: Money!
salePrice: Money
cost: Money
cartLimitsEnabled: Boolean!
minPerCart: Int
maxPerCart: Int
packageDetails: ProductPackageDetails
}
Fields
StockItem.id ● ID! non-null scalar
StockItem.sku ● String scalar
StockItem.trackQuantity ● Boolean! non-null scalar
StockItem.quantity ● Int scalar
StockItem.regularPrice ● Money! non-null object
StockItem.salePrice ● Money object
StockItem.cost ● Money object
StockItem.cartLimitsEnabled ● Boolean! non-null scalar
StockItem.minPerCart ● Int scalar
StockItem.maxPerCart ● Int scalar
StockItem.packageDetails ● ProductPackageDetails object
Member Of
StockUpdateActionResponse object