List promotions by basket

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.

Request
query Parameters
basketId
required
integer <int32>

The internal basket id.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/ShoppingService.svc/rest/ListPromotionsByBasket
Response samples
[
  • {
    }
]