POST /v1/products/{product_code}
Update a product
Parameters
+ product_code (string, required) - product identifier
Request
application/json
TS-Apikey: api_key
{ "data": { "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": [ { "amount_base_units": 1.0, "barcode": "278539248", "unit": "unit" }, { "amount_base_units": 12.5, "barcode": "", "unit": "pack" } ], "product_code": "MUT", "weight_brutto": 25.00, "weight_netto": 22.50, "weight_unit": "kg" }
Response
application/json
HTTP 200
{ }