mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
00ede13501
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
15 lines
457 B
TypeScript
15 lines
457 B
TypeScript
import {Store} from './store';
|
|
|
|
export const Nvidia: Store = {
|
|
cartUrl: 'https://store.nvidia.com/store/nvidia/en_US/buy/productID.5438481700/clearCart.yes/nextPage.QuickBuyCartPage',
|
|
links: [
|
|
{
|
|
brand: 'nvidia',
|
|
model: 'founders edition',
|
|
url: 'https://api.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia',
|
|
oosLabels: ['product_inventory_out_of_stock']
|
|
}
|
|
],
|
|
name: 'nvidia'
|
|
};
|