REST Resource: v1.product

This service provides the following discovery document product :

HTTP request

GET Product/{Key}

Path parameters

Parameters
Key

string

The your API Key.

Query parameters

JSON representation
                                
{ "product_id": varchar(20) PRIMARY, "product_name": varchar(30), "product_descriptions": varchar(150), "category": int(5), "categoryname": varchar(30), "sub_category": int(5), "categorysubname": varchar(30), "uom_sales": varchar(10), // as a unit of sales "price": decimal(18,2), "brand_id": int(5), "brand_name": varchar(30), "per_packing": int(5), // number of products in each packing "gross_weight": decimal(18,2), "net_weight": decimal(18,2), "packing_size": decimal(18,2), "carton_barcode": varchar(30), "image_filename": varchar(50), "image_path": varchar(150), "inactive": bit(1), }