Products

Update a Product

Options and variants must be updated separately

put/api/v1/products/{id}

Path parameters

idinteger required

The product ID

The product ID

Request body

idinteger
category_idinteger nullable
namestring required
descriptionstring nullable
short_descriptionstring nullable
number_in_stockinteger
pricenumber double
rrpnumber double
product_codestring nullable
charge_deliveryboolean
special_offerboolean
brandstring nullable
conditionstring nullable
gtinstring nullable
mpnstring nullable
product_weightnumber double
can_be_added_to_cartboolean
tax_applicableboolean
liveboolean
order_notestring nullable
redirect_urlstring nullable
last_modifiedstring date-time
meta_descriptionstring nullable
meta_keywordsstring nullable
meta_titlestring nullable
total_product_stockinteger

Response

The updated Product

metaobject nullable
errorsobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.