StockType
No description
type StockType {
totalStock: Int!
inStock: Int!
oversellable: Int!
static: Int
incoming: DateTime @deprecated
shelf: String @deprecated
}
Fields
StockType.totalStock
● Int!
non-null scalar
StockType.inStock
● Int!
non-null scalar
StockType.oversellable
● Int!
non-null scalar
StockType.static
● Int
scalar
StockType.incoming
● DateTime
deprecated scalar
DEPRECATEDUse SkuType.Incoming or VariantType.Incoming instead
StockType.shelf
● String
deprecated scalar
DEPRECATEDUse SkuType.Shelf or VariantType.Shelf instead
Member Of
ProductType
object ● SkuType
object ● VariantType
object