-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Archived Prices #350
Conversation
👋 Thanks for opening a pull request!If you are new, please check out the trimmed down summary of our deployment process below:
Please note, if you have a more complex change, it is advised to claim a deployment lock with Once your PR has been merged, you can remove the lock with |
.deploy to development |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to development You can watch the progress here 🔗
|
API Deployment - Development 🪐The API has been deployed to the development environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch
|
.deploy |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production You can watch the progress here 🔗
|
API Deployment - Production 🌔The API has been deployed to the production environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch
|
Enables the itemArchivedPrices query
id
argument to specify which item's archived prices are being queriedpriceMin
), the average price scanned (price
), the minimum offer count (offerCountMin
), and the average offer count (offerCount
).Modifies the itemHistoricalPrices query
days
argument is not provided, it defaults to the previous maximum of 7 to preserve existing behaviorofferCount
field has been added to indicate the number of offers available at the time of each scan