app

A simple ViewSet for viewing and editing Products.

post/app/products/

Request body

namestring required
descriptionstring nullable
product_idstring
status'active' | 'archived' required

Response

namestring required
descriptionstring nullable
product_idstring
status'active' | 'archived' required

Changes