ShopperPromotionsQueryParameters: {
    currency?: string;
    endDate?: string;
    ids?: string;
    locale?: string;
    siteId?: string;
    startDate?: string;
}

All query parameters that are used by at least one ShopperPromotions method.

Type declaration

  • Optional currency?: string
  • Optional endDate?: string
  • Optional ids?: string
  • Optional locale?: string
  • Optional siteId?: string
  • Optional startDate?: string