# Product Manage your Products ## Get Product - [GET /api/v1/article/{id}](https://developers.prana.software/openapi/product/getbyid_20.md): Get a specific product. ## Update Product - [PUT /api/v1/article/{id}](https://developers.prana.software/openapi/product/update_20.md): Update a specific product. ## Delete Product - [DELETE /api/v1/article/{id}](https://developers.prana.software/openapi/product/delete_20.md): Delete specific product. ## Create Product - [POST /api/v1/article](https://developers.prana.software/openapi/product/create_23.md): Create a new product. ## List Products - [POST /api/v1/article/search](https://developers.prana.software/openapi/product/getall_26.md): Get all your products. ## List Products with aditional info - [POST /api/v1/article/search/preview](https://developers.prana.software/openapi/product/getallpreview.md): Get all your products with aditional info.