OrderLineVariant
type OrderLineVariant {
id: String
barcodeList: [String!]
baseUnit: OrderLineBaseUnit
brand: OrderLineVariantBrand
bundleProducts: [OrderLineVariantBundleProductModel!]
categories: [OrderLineVariantCategory!]
fileId: String
hsCode: String
mainImageId: String
name: String!
prices: [OrderLineVariantPrice!]
productId: String
productVolumeDiscountId: String
sku: String
slug: String
tagIds: [String!]
tags: [OrderLineVariantTag!]
taxValue: Float
type: Float
unit: OrderLineVariantUnit
variantValues: [OrderLineVariantVariantValues!]
weight: Float
}
Fields
idStringIt is the id of the variant.
barcodeList[String!]It is the barcode list of the variant.
baseUnitOrderLineBaseUnitInformation about the brand of variant.
Information about the brand of variant.
bundleProducts[OrderLineVariantBundleProductModel!]Shows the list of bundle products in the line item.
categories[OrderLineVariantCategory!]A list of category objects, each containing information about a category in the variant.
fileIdStringIt is the id of the product file.
hsCodeStringIt is the hasCode of the variant.
mainImageIdStringIt is the main image id of the variant.
It is the name of the variant.
prices[OrderLineVariantPrice!]It is the price list of the variant. Different price lists may have different pricing.
productIdStringIt is the product id of the variant.
productVolumeDiscountIdStringIt is the product volume discount id of the product.
skuStringIt is the sku of the variant.
slugStringIt is the slug of the variant. The slug value is unique each variant and product.
tagIds[String!]It is the the tag id list
A list of tag objects, each containing information about a tag in the variant.
taxValueFloatIt is the tax value of the variant.
typeFloatInformation about the brand of variant.
variantValues[OrderLineVariantVariantValues!]It is the variant values of the variant.
weightFloat