GET /v1/products/
List of all products
Parameters
None.
Request
application/json
TS-Apikey: api_key
{}
Response
application/json
HTTP 200
{ "list": [ { "active": 1, "base_unit": "ks", "base_unit_barcode": "858200140", "category": 1, "lot_level": 0, "name": "Ashton LED 15 inch Textured Black Outdoor Wall Light, Medium", "packaging": [ { "amount_base_units": 33.0, "barcode": "", "unit": "layer" }, { "amount_base_units": 14.5, "barcode": "155496531", "unit": "multipack" }, { "amount_base_units": 333.0, "barcode": "", "unit": "palette" } ], "product_code": "49799BKTLED", "weight_brutto": 25.0, "weight_netto": 22.5, "weight_unit": "kg" }, { "active": 1, "base_unit": "ks", "base_unit_barcode": "85927427802", "category": 2, "lot_level": 1, "name": "Mutable LED 15 inch Textured Black Outdoor Wall Light, Light", "packaging": [], "product_code": "MUT", "weight_brutto": 25.0, "weight_netto": 22.5, "weight_unit": "kg" } ] }