Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...


Name
Source
Mandatory
Type
Special Format
Description
idQueryYESStringN/AThe product id
nameBodyYESStringN/AThe product name
descriptionBodyNOStringN/AThe product description


...


Code
Description
602
Model error: + %model_error%
460

Unable to find products

476470

Unable to update product record

500

This record is locked. You cannot modify or delete it


...

Code Block
languagebash
titleCalling List Products Update Product API
 > CURL -X PUT http://127.0.0.1:4004/product?id=%product_id%

...

Code Block
languagejs
titleList Products Update Product API response
{
   "result": true,
   "data": 1
}

...