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
Key | Datatype | Required | Description |
---|---|---|---|
id | string | Webhook id | |
model | string | Defines product model that has to be updated | |
price | string | Defines new product's price | |
special_price | string | Defines new product's special price | |
sprice_create | string | Defines the date of special price creation | |
sprice_expire | string | Defines the term of special price offer duration | |
cost_price | string | Defines new product's cost price | |
retail_price | string | Defines new product's retail price | |
quantity | string | Defines new product's quantity | |
weight | string | Weight | |
increase_quantity | string | Defines the incremental changes in product quantity | |
reduce_quantity | string | Defines the decrement changes in product quantity | |
warehouse_id | string | This parameter is used for selecting a warehouse where you need to set/modify a product quantity. | |
reserve_quantity | string | This parameter allows to reserve/unreserve product quantity. | |
manage_stock | string | Defines inventory tracking for product | |
name | string | Coupon name | |
sku | string | Filter by product's sku | |
visible | string | Set visibility status | |
manufacturer | string | Defines product's manufacturer | |
manufacturer_id | string | Defines product's manufacturer by manufacturer_id | |
description | string | The user-friendly description | |
short_description | string | Defines short description | |
meta_title | string | Defines unique meta title for each entity | |
meta_keywords | string | Defines unique meta keywords for each entity | |
meta_description | string | Defines unique meta description of a entity | |
store_id | string | Defines store id where the webhook should be assigned | |
lang_id | string | Language id | |
in_stock | string | Set stock status | |
status | string | Defines product's status | |
seo_url | string | Defines unique URL for SEO | |
report_request_id | string | Report request id | |
disable_report_cache | string | Disable report cache for current request |