Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.09 KB

File metadata and controls

13 lines (10 loc) · 1.09 KB

TalonOne.Model.BestPriorPriceRequest

Properties

Name Type Description Notes
Skus List<string> List of product SKUs to check when determining the best prior price.
TimeframeEndDate DateTime The end date and time that defines the latest time for retrieving historical SKU prices.
Timeframe int The number of days prior to the timeframeEndDate. Only prices within this look back period are considered for the best prior price evaluation.
StrictEndDate bool Indicates whether the timeframe includes the start of the current sale. - When `false`, the timeframe includes the start date of the current sale. - When `true`, the timeframe striclty uses the number of days specified in `timeframe`.
Target BestPriorPriceRequestTarget [optional]

[Back to Model list] [Back to API list] [Back to README]