SkuType
No description
type SkuType {
skuId: Int!
productId: Int!
articleNumber: String!
name: String
externalId: String
gtin: String
stock: StockType
dimensions: DimensionsType
shelf: String
incoming: DateTime
weight: Int!
}
Fields
SkuType.skuId
● Int!
non-null scalar
SkuType.productId
● Int!
non-null scalar
SkuType.articleNumber
● String!
non-null scalar
SkuType.name
● String
scalar
SkuType.externalId
● String
scalar
SkuType.gtin
● String
scalar
SkuType.stock
● StockType
object
SkuType.dimensions
● DimensionsType
object
SkuType.shelf
● String
scalar
SkuType.incoming
● DateTime
scalar
SkuType.weight
● Int!
non-null scalar
Member Of
ProductType
object ● RelatedProductType
object