Listify/Lambdas/Lists/Item
2020-12-03 22:03:39 -05:00
..
src Merge branch 'master' into APIUnitTests 2020-10-08 19:10:16 -04:00
test Removed unused dependancy in TestItemGetter 2020-11-30 19:07:37 -05:00
README.md Create README.md 2020-12-03 20:52:33 -05:00

Item Module

Deals with retrieving product information populated by the scripts at https://github.com/ClaytonWWilson/Listify/blob/master/Lambdas/APIs and https://github.com/ClaytonWWilson/Listify/tree/master/Lambdas/Scraping.

ItemGET

Expected request body:

N/A

Expected query parameters:

  • id
    • Used for specifying which product to retrieve. This is not the upc, but is our own internal id.
    • Valid values: 1<n<{num_products}*

Inputs and outputs:

  • id = 1<n<{num_products}*: Returns an Item object for the products with productID=id \

*Not all number in this range are valid because a seemingly random subset were removed by deduplication scripts and during new product addition testing.