Put Product Update

PUT {{baseUrl}}/product.update.json?id=<integer>&model=<string>&price=<number>&special_price=<object>&sprice_create=<string>&sprice_expire=<string>&cost_price=<number>&retail_price=<number>&quantity=<number>&weight=<number>&increase_quantity=<number>&reduce_quantity=<number>&warehouse_id=<string>&reserve_quantity=<number>&manage_stock=<string>&name=<string>&sku=<string>&visible=<boolean>&manufacturer=<string>&manufacturer_id=<string>&description=<string>&short_description=<string>&meta_title=<string>&meta_keywords=<string>&meta_description=<string>&store_id=<string>&lang_id=<string>&in_stock=<boolean>&status=<string>&seo_url=<string>&report_request_id=<string>&disable_report_cache=<boolean>

Update price and quantity for a specific product

Request Params

KeyDatatypeRequiredDescription
idstringWebhook id
modelstringDefines product model that has to be updated
pricestringDefines new product's price
special_pricestringDefines new product's special price
sprice_createstringDefines the date of special price creation
sprice_expirestringDefines the term of special price offer duration
cost_pricestringDefines new product's cost price
retail_pricestringDefines new product's retail price
quantitystringDefines new product's quantity
weightstringWeight
increase_quantitystringDefines the incremental changes in product quantity
reduce_quantitystringDefines the decrement changes in product quantity
warehouse_idstringThis parameter is used for selecting a warehouse where you need to set/modify a product quantity.
reserve_quantitystringThis parameter allows to reserve/unreserve product quantity.
manage_stockstringDefines inventory tracking for product
namestringCoupon name
skustringFilter by product's sku
visiblestringSet visibility status
manufacturerstringDefines product's manufacturer
manufacturer_idstringDefines product's manufacturer by manufacturer_id
descriptionstringThe user-friendly description
short_descriptionstringDefines short description
meta_titlestringDefines unique meta title for each entity
meta_keywordsstringDefines unique meta keywords for each entity
meta_descriptionstringDefines unique meta description of a entity
store_idstringDefines store id where the webhook should be assigned
lang_idstringLanguage id
in_stockstringSet stock status
statusstringDefines product's status
seo_urlstringDefines unique URL for SEO
report_request_idstringReport request id
disable_report_cachestringDisable report cache for current request