Skip to main content

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

DEPRECATED

Use SkuType.Incoming or VariantType.Incoming instead

StockType.shelf ● String deprecated scalar

DEPRECATED

Use SkuType.Shelf or VariantType.Shelf instead

Member Of

ProductType object ● SkuType object ● VariantType object