Skip to main content

StockType

No description

type StockType {
totalStock: Int!
inStock: Int!
oversellable: Int!
static: Int
incoming: DateTime
shelf: String
}

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 scalar

StockType.shelf ● String scalar

Member of

ProductType object ● SkuType object ● VariantType object