Type alias ShopperPromotionsQueryParameters
ShopperPromotionsQueryParameters: {
currency?: string;
endDate?: string;
ids?: string;
locale?: string;
siteId?: string;
startDate?: string;
}
Type declaration
-
Optional
currency?: string
-
Optional
endDate?: string
-
Optional
ids?: string
-
Optional
locale?: string
-
Optional
siteId?: string
-
Optional
startDate?: string
All query parameters that are used by at least one ShopperPromotions method.