| 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. | |
| timeframeEndDateType | TimeframeEndDateTypeEnum | Sets the timeframe for retrieving historical pricing data. Can be one of the following values: - `strict`: The timeframe ends at the `timeframeEndDate` value. - `price`: The timeframe ends at the start of current price value and takes the prices prior to the start of the current price value into account. - `sale`: The timeframe ends at the start of current `contextId` and takes the prices prior to the start of the `contextId` into account. | |
| target | BestPriorTarget | [optional] |
| Name | Value |
|---|---|
| STRICT | "strict" |
| PRICE | "price" |
| SALE | "sale" |