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
id
StringbarcodeList
[String!]List of barcode for the variant.
hsCode
StringSource id for variant.
List of images for variant.
Whether the variant is active or not.
List of prices for the variant.
sku
StringSKU of the variant.
sourceId
StringSource id for variant.
List of stocks for the variant.
variantValues
[BulkUpdateProductVariationValueRelationInput!]List of variant values.
weight
FloatWeight of the variant.