Skip to main content

BulkUpdateProductVariantInput

type BulkUpdateProductVariantInput {
id: String
barcodeList: [String!]
hsCode: String
images: [BulkUpdateProductImageInput!]
isActive: Boolean!
prices: [BulkUpdateProductPriceInput!]!
sku: String
sourceId: String
stocks: [BulkUpdateProductStockInput!]
variantValues: [BulkUpdateProductVariationValueRelationInput!]
weight: Float
}

Fields

barcodeList[String!]

List of barcode for the variant.

hsCodeString

Source id for variant.

List of images for variant.

isActiveBoolean!required

Whether the variant is active or not.

List of prices for the variant.

SKU of the variant.

sourceIdString

Source id for variant.

List of stocks for the variant.

List of variant values.

weightFloat

Weight of the variant.