Updating a product with the given identifier.
object
object
_session_hash
(string)Required. Session identifier (received during login - doLogin)
id
(integer)Required. Identifier.
name
(string)Product name. Maximum length is 255 characters.
code
(string)Product code.
price
(double)Net price of the product. Decimal separator used is the dot "."
price_brutto
(double)Gross price of the product. Decimal separator used is the dot "."
category_id
(integer)Identifier of the product's default category. The category with the given id must exist in the store.
producer_id
(integer)Identifier of the product's producer. The producer with the given id must exist in the store.
short_description
(string)Short description of the product. Maximum length of the description depends on the used database, limitation of the TEXT field.
description
(string)Description of the product. Maximum length of the description depends on the used database, limitation of the TEXT field.
active
(integer)
Specifies whether the product is active in the store.
stock
(string)Product stock status.
availability_id
(integer)Specifies the availability name in case the stock status is not specified.
man_code
(string)Manufacturer code.
old_price
(double)Product's net old price. Decimal separator used is the dot "."
old_price_brutto
(double)Product's gross old price. Decimal separator used is the dot "."
wholesale_a_netto
(double)Product's wholesale A net price. Decimal separator used is the dot "."
wholesale_a_brutto
(double)Product's wholesale A gross price. Decimal separator used is the dot "."
wholesale_b_netto
(double)Product's wholesale B net price. Decimal separator used is the dot "."
wholesale_b_brutto
(double)Product's wholesale B gross price. Decimal separator used is the dot "."
wholesale_c_netto
(double)Product's wholesale C net price. Decimal separator used is the dot "."
wholesale_c_brutto
(double)Product's wholesale C gross price. Decimal separator used is the dot "."
tax_id
(integer)VAT rate identifier.
product_options
(string)Product options in the format from the import / export module.
weight
(double)Product weight.
uom
(string)Product unit of measure.
is_stock_validated
(integer)The Check stock status option.
points_value
(integer)The Price in points option.
points_earn
(integer)The Earned points option.
points_only
(integer)The Product only for points option.
url
(string)Friendly link.
width
(double)
Width.
height
(double)
Height.
depth
(double)
Depth.
_update
(boolean)Update status.