Versions Compared

Key

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

To update a product with a given ID, use the following request:

Panel

PATCH /products/id

where:

  • id (integer) is the product ID.


Request JSON Objects

Valid JSON parameters include the following.

...

Status CodeDescription
200 OKProduct createdupdated.

400 Bad Request

Invalid data.
403 ForbiddenInvalid or expired token provided.
404 Not FoundProduct ID does not exist.

...