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