You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 15 Next »
This method returns a list of products ordered by the product description.
URL: https://api.kometsales.com/api/product.list
Method: GET
Content-Type: URL Params.
You can send other parameters such as the ID and description in order to filter the results. Keep these in mind when using filters:
https://api.kometsales.com/api/product.list? authenticationToken=token_info_goes_here
{ "status": "1", "message": "OK", "products": [ { "id": "1", "description": "Product description I", "category": "Category I", "divisionId": "1", "divisionDescription": "Flowers", "variety": "Variety I", "color": "Color I", "grade": "Grade I", "legacyCode": "LH001", "tags": "standard,xmas" } , { "id": "2", "description": "Product description II", "category": "Category II", "divisionId": "1", "divisionDescription": "Plants", "variety": "Variety II", "color": "Color II", "grade": "Grade II", "legacyCode": "LH002", "tags": "standard" } ] }
Information
Valid Tokens: Company and Vendor.