QuotationItemType
No description
type QuotationItemType {
lineNumber: Int!
skuId: Int!
skuName: String!
productId: Int!
productName: String!
quantity: Int!
sellingPriceExVat: Decimal!
discountAmount: Decimal!
discountPercent: Decimal!
customMetadata: String
merchantMessage: String
articleNumber: String!
externalId: String!
primaryImage: String!
productImages: [ProductImageType]
texts: ProductTextsType
type: String!
alias: String!
canonicalUrl: String!
canonicalUrlParameterized: String
weight: Int!
dimensions: DimensionsType
gtin: String
parameterGroups: [ParameterGroupType]
active: Boolean!
brand: QuotationItemBrandType
}
Fields
QuotationItemType.lineNumber
● Int!
non-null scalar
QuotationItemType.skuId
● Int!
non-null scalar
QuotationItemType.skuName
● String!
non-null scalar
QuotationItemType.productId
● Int!
non-null scalar
QuotationItemType.productName
● String!
non-null scalar
QuotationItemType.quantity
● Int!
non-null scalar
QuotationItemType.sellingPriceExVat
● Decimal!
non-null scalar
QuotationItemType.discountAmount
● Decimal!
non-null scalar
QuotationItemType.discountPercent
● Decimal!
non-null scalar
QuotationItemType.customMetadata
● String
scalar
QuotationItemType.merchantMessage
● String
scalar
QuotationItemType.articleNumber
● String!
non-null scalar
QuotationItemType.externalId
● String!
non-null scalar
QuotationItemType.primaryImage
● String!
non-null scalar
QuotationItemType.productImages
● [ProductImageType]
list object
QuotationItemType.texts
● ProductTextsType
object
QuotationItemType.type
● String!
non-null scalar
QuotationItemType.alias
● String!
non-null scalar
QuotationItemType.canonicalUrl
● String!
non-null scalar
QuotationItemType.canonicalUrlParameterized
● String
scalar
QuotationItemType.weight
● Int!
non-null scalar
QuotationItemType.dimensions
● DimensionsType
object
QuotationItemType.gtin
● String
scalar
QuotationItemType.parameterGroups
● [ParameterGroupType]
list object
QuotationItemType.active
● Boolean!
non-null scalar
QuotationItemType.brand
● QuotationItemBrandType
object
Member Of
QuotationType
object