# Promotions ## List products by promotion effect - [GET /ListPromotionProducts](https://docs.norce.io/api-reference/services/productservice/openapi/promotions/listpromotionproducts.md): Lists all products by promotion effect ChooseProducts(2) or AddProduct(5). This allows the product detail page to display what comes with the main product as promoted products. ## List promotions for a specific product - [GET /ListPromotionsByProductId](https://docs.norce.io/api-reference/services/productservice/openapi/promotions/listpromotionsbyproductid.md): Lists all promotions where the product is either in a requirement or in an effect for the promotion. ## List promotions for a specific product by unique name - [GET /ListPromotionsByProductUniqueName](https://docs.norce.io/api-reference/services/productservice/openapi/promotions/listpromotionsbyproductuniquename.md): Lists all promotions where the product is either in a requirement or in an effect for the promotion.