Product Features

Hello,

I'm trying to add feature to a product like so:

PUT http://example.com/api/products/151501

{
    "lang_code": "de",
    "product_features": {
        "5": {
            "feature_type": "N",
            "value": "5545"
        }
    }
}

but it doesn't works. It only works if I put the existing variant_id which is not practical and I cannot add any new values.

Anyone have any idea?

Hello

Did you try with param "add_new_variant" ?

Best regards

Robert

I just tried and doesn't works, do you think it's a cs-cart problem?