# Flags Managing flags in the e-shop. ## List of products flags - [GET /api/products/flags](https://api.docs.shoptet.com/shoptet-api/openapi/flags/getlistofproductsflags.md): Returns the list of product flags within the e-shop. ## Product flag insertion - [POST /api/products/flags](https://api.docs.shoptet.com/shoptet-api/openapi/flags/createproductflag.md) ## Product flag update - [PATCH /api/products/flags/{code}](https://api.docs.shoptet.com/shoptet-api/openapi/flags/updateproductflag.md): Updates the flag. ## Product flag delete - [DELETE /api/products/flags/{code}](https://api.docs.shoptet.com/shoptet-api/openapi/flags/deleteproductflag.md): Deletes the flag. System flags cannot be deleted.