Attach a feature to a product

POST {{baseUrl}}/v1/products/:product/features

Creates a product_feature, which represents a feature attachment to a product

Request Body

[{"name"=>"entitlement_feature", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring