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


...

Code Block
languagebash
titleCalling List Purge Products API
 > CURL -X POST http://127.0.0.1:4004/product/purge?id=%product_id%

...

Code Block
languagejs
titleList Purge Products API response
{
   "result": true,
   "data": true,
}

...