Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Feature request: Add flag to show stock number #61

Open
vic18t opened this issue Sep 23, 2020 · 9 comments
Open

Feature request: Add flag to show stock number #61

vic18t opened this issue Sep 23, 2020 · 9 comments
Labels
enhancement New feature or request

Comments

@vic18t
Copy link

vic18t commented Sep 23, 2020

I recall in the first version that the stock number was displayed. This would cause errors and delays, but I really think it was a cool feature.

Can this be added back in as a command line option (does not loop trying to order item, just checks stock number once)?

@javitab
Copy link

javitab commented Sep 23, 2020

I'll second that idea. I was literally just thinking about that, was potentially going to run the old version adhoc just to get a sense of what it's still looking like.

@vic18t
Copy link
Author

vic18t commented Sep 23, 2020

Yeah, just run v.06

Apparently nVidia has not added any stock to 3080 since after launch.

@ianmarmour ianmarmour added the enhancement New feature or request label Sep 23, 2020
@vic18t
Copy link
Author

vic18t commented Sep 24, 2020

@ianmarmour This isn’t possible anymore through the API. However, someone posted on reddit a URI that shows a server response with SKU’s meta flags - including an “in-stock” true/false flag. Maybe something to look into?

@javitab
Copy link

javitab commented Sep 24, 2020

@ianmarmour This isn’t possible anymore through the API. However, someone posted on reddit a URI that shows a server response with SKU’s meta flags - including an “in-stock” true/false flag. Maybe something to look into?

Can you link to that?

@vic18t
Copy link
Author

vic18t commented Sep 24, 2020

"inventoryStatus": { "uri": "https://dispatch-nvidia.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status", "availableQuantityIsEstimated": "false", "productIsInStock": "true", "productIsAllowsBackorders": "false", "productIsTracked": "true", "requestedQuantityAvailable": "true", "status": "PRODUCT_INVENTORY_OUT_OF_STOCK", "statusIsEstimated": "false" }

Is productIsInStock flag available to see still?

@ianmarmour
Copy link
Owner

Yes but product_inventory_out_of_stock is what we use because it's what nvidia uses to turn on and off sales.

@vic18t
Copy link
Author

vic18t commented Sep 25, 2020

Yes but product_inventory_out_of_stock is what we use because it's what nvidia uses to turn on and off sales.

Yes absolutely, use product_inventory_out_of_stock to see if ATC is on or off. But also displaying productIsInStock is very useful as they might turn on product_inventory_out_of_stock soon.

@alopex92
Copy link

seems there is a security rule blocking me to test that uri ( https://dispatch-nvidia.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status )... is it just me or a global rule?

@redstone2019
Copy link
Collaborator

global

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants