Get a promotion

Gets a promotion.

Request
query Parameters
id
integer <int32>

Internal id of promotion

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/GetPromotion
Response samples
{
  • "Id": 0,
  • "Name": "string",
  • "Header": "string",
  • "ShortDescription": "string",
  • "Description1": "string",
  • "Description2": "string",
  • "StartDate": "2019-08-24T14:15:22Z",
  • "EndDate": "2019-08-24T14:15:22Z",
  • "ImageKey": "string",
  • "RequirementSeed": "string",
  • "DiscountCode": "string",
  • "IsExcludedFromPriceCalculation": true,
  • "AllowProductListing": true,
  • "Images": [
    ],
  • "ProductFilters": [
    ],
  • "AppliedAmount": 0,
  • "EffectSeed": "string",
  • "FreightDiscountPct": 0,
  • "IsStackable": true,
  • "AppliedAmountIncVat": 0,
  • "ExclusivityType": 0
}