Skip to content

Latest commit

 

History

History
65 lines (57 loc) · 5 KB

ProductVariantUpdate.md

File metadata and controls

65 lines (57 loc) · 5 KB

ProductVariantUpdate

Properties

Name Type Description Notes
id String Defines variant update specified by variant id [optional]
productId String Defines product's id where the variant has to be updated [optional]
storeId String Defines store id where the variant should be found [optional]
langId String Language id [optional]
options Seq<ProductVariantUpdateOptionsInner> Defines variant's options list [optional]
name String Defines variant's name that has to be updated [optional]
description String Specifies variant's description [optional]
shortDescription String Defines short description [optional]
model String Specifies variant's model that has to be added [optional]
sku String Defines new product's variant sku [optional]
visible String Set visibility status [optional]
status String Defines product variant's status [optional]
backorderStatus String Set backorder status [optional]
availableForSale Boolean Specifies the set of visible/invisible product's variants for sale [optional]
avail Boolean Defines category's visibility status [optional]
isDefault Boolean Defines as a default variant [optional]
isFreeShipping Boolean Specifies variant's free shipping flag that has to be added [optional]
taxable Boolean Specifies whether a tax is charged [optional]
taxClassId String Defines tax classes where entity has to be added [optional]
isVirtual Boolean Defines whether the product is virtual [optional]
manageStock Boolean Defines inventory tracking for product variant [optional]
inStock Boolean Set stock status [optional]
warehouseId String This parameter is used for selecting a warehouse where you need to set/modify a product quantity. [optional]
reserveQuantity BigDecimal This parameter allows to reserve/unreserve product variants quantity. [optional]
quantity BigDecimal Defines new products' variants quantity [optional]
increaseQuantity BigDecimal Defines the incremental changes in product quantity [optional]
reduceQuantity BigDecimal Defines the decrement changes in product quantity [optional]
price BigDecimal Defines new product's variant price [optional]
specialPrice BigDecimal Defines new product's variant special price [optional]
retailPrice BigDecimal Defines new product's retail price [optional]
oldPrice BigDecimal Defines product's old price [optional]
costPrice BigDecimal Defines new product's cost price [optional]
fixedCostShippingPrice BigDecimal Specifies fixed cost shipping price [optional]
spriceCreate String Defines the date of special price creation [optional]
spriceExpire String Defines the term of special price offer duration [optional]
weight BigDecimal Weight [optional]
barcode String A barcode is a unique code composed of numbers used as a product identifier. [optional]
width BigDecimal Defines product's width [optional]
weightUnit String Weight Unit [optional]
height BigDecimal Defines product's height [optional]
length BigDecimal Defines product's length [optional]
gtin String Global Trade Item Number. An GTIN is an identifier for trade items. [optional]
upc String Universal Product Code. A UPC (UPC-A) is a commonly used identifer for many different products. [optional]
mpn String Manufacturer Part Number. A MPN is an identifier of a particular part design or material used. [optional]
ean String European Article Number. An EAN is a unique 8 or 13-digit identifier that many industries (such as book publishers) use to identify products. [optional]
isbn String International Standard Book Number. An ISBN is a unique identifier for books. [optional]
harmonizedSystemCode String Harmonized System Code. An HSC is a 6-digit identifier that allows participating countries to classify traded goods on a common basis for customs purposes [optional]
countryOfOrigin String The country where the inventory item was made [optional]
metaTitle String Defines unique meta title for each entity [optional]
metaDescription String Defines unique meta description of a entity [optional]
metaKeywords String Defines unique meta keywords for each entity [optional]
reindex Boolean Is reindex required [optional]
clearCache Boolean Is cache clear required [optional]