# Promotions ## Get a promotion - [GET /GetPromotion](https://docs.norce.io/api-reference/services/shoppingservice/openapi/promotions/getpromotion.md): Gets a promotion. ## List promotion image types - [GET /ListPromotionImageTypes](https://docs.norce.io/api-reference/services/shoppingservice/openapi/promotions/listpromotionimagetypes.md): Lists the ids for all supported promotion image types. ## List promotion requirement types - [GET /ListPromotionRequirementTypes](https://docs.norce.io/api-reference/services/shoppingservice/openapi/promotions/listpromotionrequirementtypes.md): Lists the ids for all supported promotion requirement types. ## List active promotions - [GET /ListPromotions](https://docs.norce.io/api-reference/services/shoppingservice/openapi/promotions/listpromotions.md): Lists active promotions. ## List promotions by basket - [GET /ListPromotionsByBasket](https://docs.norce.io/api-reference/services/shoppingservice/openapi/promotions/listpromotionsbybasket.md): Lists all promotions where any BasketItem is either in a requirement or in an effect for the promotion. Fulfilled promotions are excluded from the result. Promotions based on discount codes, customer or company are also excluded. This can be used to display promotions not yet fulfilled in a Checkout.