UpdateStockItemInput
No description
input UpdateStockItemInput {
sku: String
trackQuantity: Boolean!
quantity: Int
regularPrice: MoneyInput!
salePrice: MoneyInput
cost: MoneyInput
cartLimitsEnabled: Boolean!
minPerCart: Int
maxPerCart: Int
packageDetails: ProductPackageDetailsInput
}