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
id
StringIt is the id of the variant.
barcodeList
[String!]It is the barcode list of the variant.
baseUnit
OrderLineBaseUnitInformation 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.
fileId
StringIt is the id of the product file.
hsCode
StringIt is the hasCode of the variant.
mainImageId
StringIt 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.
productId
StringIt is the product id of the variant.
productVolumeDiscountId
StringIt is the product volume discount id of the product.
sku
StringIt is the sku of the variant.
slug
StringIt 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.
taxValue
FloatIt is the tax value of the variant.
type
FloatInformation about the brand of variant.
variantValues
[OrderLineVariantVariantValues!]It is the variant values of the variant.
weight
Float