GET /v1/products/{product_code}

View product by ID


Parameters

+ product_code (string, required) - product identifier

Request

application/json
TS-Apikey: api_key
{}

Response

application/json
HTTP 200
{
    "item": {
        "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": 33.0,
                "barcode": "",
                "unit": "layer"
            }, 
            {
                "amount_base_units": 14.5,
                "barcode": "155496531",
                "unit": "multipack"
            }, 
            {
                "amount_base_units": 333.0,
                "barcode": "",
                "unit": "palette"
            }
        ],
        "product_code": "MUT", 
        "weight_brutto": 25.0,
        "weight_netto": 22.5,
        "weight_unit": "kg"
    }