Skip to content

Latest commit

 

History

History
61 lines (57 loc) · 5.31 KB

ProductVariantAdd.md

File metadata and controls

61 lines (57 loc) · 5.31 KB

Org.OpenAPITools.Model.ProductVariantAdd

Properties

Name Type Description Notes
ProductId string Defines product's id where the variant has to be added [optional]
Attributes List<ProductVariantAddAttributesInner> Defines variant's attributes list [optional]
Name string Defines variant's name that has to be added [optional]
Model string Specifies variant's model that has to be added
Description string Specifies variant's description [optional]
ShortDescription string Defines short description [optional]
AvailableForView bool Specifies the set of visible/invisible product's variants for users [optional] [default to true]
AvailableForSale bool Specifies the set of visible/invisible product's variants for sale [optional] [default to true]
IsVirtual bool Defines whether the product is virtual [optional] [default to false]
IsDefault bool Defines as a default variant [optional]
StoreId string Add variants specified by store id [optional]
StoresIds string Assign variant to the stores that is specified by comma-separated stores' id [optional]
LangId string Language id [optional]
Price decimal Defines new product's variant price [optional]
OldPrice decimal Defines product's old price [optional]
CostPrice decimal Defines new product's cost price [optional]
SpecialPrice decimal Specifies variant's model that has to be added [optional]
SpriceCreate string Defines the date of special price creation [optional]
SpriceModified string Defines the date of special price modification [optional]
SpriceExpire string Defines the term of special price offer duration [optional]
TierPrices List<ProductAddTierPricesInner> Defines product's tier prices [optional]
Quantity decimal Defines product variant's quantity that has to be added [optional] [default to 0M]
WarehouseId string This parameter is used for selecting a warehouse where you need to set/modify a product quantity. [optional]
InStock bool Set stock status [optional]
BackorderStatus string Set backorder status [optional]
ManageStock bool Defines inventory tracking for product variant [optional]
Weight decimal Weight [optional] [default to 0M]
Width decimal Defines product's width [optional]
Height decimal Defines product's height [optional]
Length decimal Defines product's length [optional]
WeightUnit string Weight Unit [optional]
Sku string Defines variant's sku that has to be added [optional]
Barcode string A barcode is a unique code composed of numbers used as a product identifier. [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]
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]
Mpn string Manufacturer Part Number. A MPN is an identifier of a particular part design or material used. [optional]
Isbn string International Standard Book Number. An ISBN is a unique identifier for books. [optional]
Manufacturer string Specifies the product variant's manufacturer [optional]
CreatedAt string Defines the date of entity creation [optional]
MetaTitle string Defines unique meta title for each entity [optional]
MetaKeywords string Defines unique meta keywords for each entity [optional]
MetaDescription string Defines unique meta description of a entity [optional]
Url string Defines unique product variant's URL [optional]
TaxClassId string Defines tax classes where entity has to be added [optional]
Taxable bool Specifies whether a tax is charged [optional] [default to true]
FixedCostShippingPrice decimal Specifies fixed cost shipping price [optional]
IsFreeShipping bool Specifies variant's free shipping flag that has to be added [optional]
CountryOfOrigin string The country where the inventory item was made [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]
MarketplaceItemProperties string String containing the JSON representation of the supplied data [optional]
ClearCache bool Is cache clear required [optional] [default to true]

[Back to Model list] [Back to API list] [Back to README]