- Created configurable product
- Created child products
- Set the configurable attribute
- When I try to link child products to configurable, getting below error:
{"message":"Child product does not have attribute value %1","parameters":["attr_1004201801"]}
my request and data :
POST Request :
'host'/rest/V1/configurable-products/MAG-Champ/child
data:
{ "childSku": "MAG-Champ-L" }