-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
api/src/products/products.controller.ts
Line 53 in 56ea366
| // TODO: Find product by Amazon product key search |
Search with Amazon PA API as the fallback if not results were found with queries to DB. Since requesting Amazon could potentially be slow compared to hitting the GiftTrade DB, this should only when the full-text query returns nothing. A few caveats are that Amazon PA API requires certain criteria to be met before this API can be used.