Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 955 Bytes

File metadata and controls

16 lines (9 loc) · 955 Bytes

BestPriorPriceRequest

Properties

Name Type Description Notes
skus List<String> List of product SKUs to check when determining the best prior price.
timeframeEndDate OffsetDateTime The end date and time that defines the latest time for retrieving historical SKU prices.
timeframe String The number of days prior to the timeframeEndDate. Only prices within this look back period are considered for the best prior price evaluation.
strictEndDate Boolean 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 BestPriorTarget [optional]