Feature Pack 7

PromotionHandler

This class provides RESTful services to get promotion data using the Promotion noun.

Method Name HTTP Method URL Query Parameters Description Authentication Example
getPromotionsByQuery GET store/{storeId}/promotion/ langId={langId}&q={q}&qName={qName}&responseFormat={responseFormat}&pageNumber={pageNumber}&pageSize={pageSize} Gets the promotion list by query type and parameters. Yes,HTTPS Sample
getPromotionByID GET store/{storeId}/promotion/{promotionId} langId={langId}&responseFormat={responseFormat} Get Promotion by id. Yes,HTTPS Sample