Skip to content

Latest commit

 

History

History
57 lines (53 loc) · 3.44 KB

File metadata and controls

57 lines (53 loc) · 3.44 KB

Org.OpenAPITools.Model.ProductVariantUpdateBatchPayloadInner

Properties

Name Type Description Notes
Id string
ProductId string
Name string [optional]
Description string [optional]
ShortDescription string [optional]
Sku string [optional]
Upc string [optional]
Mpn string [optional]
Gtin string [optional]
Isbn string [optional]
Status string [optional]
Price decimal [optional]
SpecialPrice decimal [optional]
CostPrice decimal [optional]
RetailPrice decimal [optional]
AdvancedPrices List<ProductUpdateBatchPayloadInnerAdvancedPricesInner> If an empty array is passed, all entries will be deleted when the 'nested_items_update_behaviour' parameter is set to 'replace'. [optional]
Quantity decimal [optional]
ReserveQuantity decimal [optional]
IncreaseQuantity decimal [optional]
ReduceQuantity decimal [optional]
WarehouseId string [optional]
ManufacturerId string [optional]
Weight decimal [optional]
Height decimal [optional]
Length decimal [optional]
Width decimal [optional]
StoreId string [optional]
LangId string [optional]
TaxClassId string [optional]
BackorderStatus string [optional]
Visible string [optional]
IsDefault bool [optional]
InStock bool [optional]
IsVirtual bool [optional]
Downloadable bool [optional]
ManageStock bool [optional]
IsFreeShipping bool [optional]
SeoUrl string [optional]
MetaTitle string [optional]
MetaDescription string [optional]
MetaKeywords List<string> [optional]
CategoriesIds List<string> If an empty array is passed, all entries will be deleted when the 'nested_items_update_behaviour' parameter is set to 'replace'. [optional]
StoresIds List<string> [optional]
Images List<ProductAddBatchPayloadInnerImagesInner> The passed items will completely replace the original items [optional]
ProductImagesIds List<string> [optional]
RelatedProductsIds List<string> If an empty array is passed, all entries will be deleted when the 'nested_items_update_behaviour' parameter is set to 'replace'. [optional]
UpSellProductsIds List<string> If an empty array is passed, all entries will be deleted when the 'nested_items_update_behaviour' parameter is set to 'replace'. [optional]
CrossSellProductsIds List<string> If an empty array is passed, all entries will be deleted when the 'nested_items_update_behaviour' parameter is set to 'replace'. [optional]

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