Routes for information around stock
- Since:
-
- 09/11/2017
Members
-
<route> getByAltCode
-
Route:
returns all possible product combinations from a altcodeMethod Path GET /api/v1/stock/altcode Query Parameters:
Name Type Description altCode string The altcode to search - Since:
-
- 09/11/2017
- See:
-
- HeelsRealm.StockFinderFragment.getInfoFromAltcode
- ServiceTablet.stockCheckFragment.getInfoFromAltcode
Example
/api/v1/stock/altcode?altCode=hak202
-
<route> getByPosCode
-
Route:
returns all possible product combinations from a poscodeMethod Path GET /api/v1/stock/poscode Query Parameters:
Name Type Description posCode string The posCode to search - Since:
-
- 10/11/2017
- See:
-
- HeelsRealm.StockFinderFragment.getInfoFromPosCode
- ServiceTablet.stockCheckFragment.getInfoFromPoscode
Example
/api/v1/stock/poscode?posCode=01223995
-
<route> getLevels
-
Route:
returns the stock levels for a given posCodeMethod Path GET /api/v1/stock Query Parameters:
Name Type Description posCode string The posCode to search - Since:
-
- 10/11/2017
- See:
-
- HeelsRealm.StockFinderFragment.getStockLevels
- ServiceTablet.stockCheckFragment.getStockLevels
Example
/api/v1/stock?posCode=01223995
-
<route> getPrice
-
Route:
returns the price for a barcodeMethod Path GET /api/v1/price Query Parameters:
Name Type Description barcode string The barcode to search - Since:
-
- 03/01/2019
Example
/api/v1/price?barcode=01223995