Skip to main content

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

It is the id of the variant.

barcodeList[String!]

It is the barcode list of the variant.

Information about the brand of variant.

Information about the brand of variant.

Shows the list of bundle products in the line item.

A list of category objects, each containing information about a category in the variant.

fileIdString

It is the id of the product file.

hsCodeString

It is the hasCode of the variant.

mainImageIdString

It is the main image id of the variant.

nameString!required

It is the name of the variant.

It is the price list of the variant. Different price lists may have different pricing.

productIdString

It is the product id of the variant.

productVolumeDiscountIdString

It is the product volume discount id of the product.

It is the sku of the variant.

slugString

It 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.

taxValueFloat

It is the tax value of the variant.

typeFloat

Information about the brand of variant.

It is the variant values of the variant.

weightFloat