Listify/Lambdas/Lists/Chain
2020-12-04 12:26:04 -05:00
..
src Fixed failing tests 2020-12-04 12:08:19 -05:00
test Merge pull request #171 from ClaytonWWilson/test-new-lambdas 2020-12-04 12:26:04 -05:00
README.md Move Chain module readme 2020-12-04 11:47:37 -05:00

Chain Module

Deals with information concerning store chains supported by the product populating and product serving Lambdas.

ChainGET

Expected request body:

N/A

Expected query parameters:

  • id
    • Used for specifying which chain to retrieve
    • Valid values: -1,1<n<{num_chains}

Inputs and outputs:

  • id = -1: Returns an array if chainIDs (Integers)
  • id = 1<n<{num_chains}: Returns a Chain object for the chain with chainID=id