Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 3.31 KB

ProductVariantUpdateBatchPayloadInner.md

File metadata and controls

60 lines (52 loc) · 3.31 KB

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 BigDecimal [optional]
specialPrice BigDecimal [optional]
costPrice BigDecimal [optional]
retailPrice BigDecimal [optional]
advancedPrices Seq<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 BigDecimal [optional]
reserveQuantity BigDecimal [optional]
increaseQuantity BigDecimal [optional]
reduceQuantity BigDecimal [optional]
warehouseId String [optional]
manufacturerId String [optional]
weight BigDecimal [optional]
height BigDecimal [optional]
length BigDecimal [optional]
width BigDecimal [optional]
storeId String [optional]
langId String [optional]
taxClassId String [optional]
backorderStatus String [optional]
visible String [optional]
isDefault Boolean [optional]
inStock Boolean [optional]
isVirtual Boolean [optional]
downloadable Boolean [optional]
manageStock Boolean [optional]
isFreeShipping Boolean [optional]
seoUrl String [optional]
metaTitle String [optional]
metaDescription String [optional]
metaKeywords Seq<String> [optional]
categoriesIds Seq<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 Seq<String> [optional]
images Seq<ProductAddBatchPayloadInnerImagesInner> The passed items will completely replace the original items [optional]
productImagesIds Seq<String> [optional]
relatedProductsIds Seq<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 Seq<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 Seq<String> If an empty array is passed, all entries will be deleted when the 'nested_items_update_behaviour' parameter is set to 'replace'. [optional]