Closed nirmalgoswami closed 7 years ago
Fixed !
Solution
$item->ItemSpecifics = new Types\NameValueListArrayType();
$specifies = new Types\NameValueListType();
$specifies->Name = 'Brand';
$specifies->Value[] = 'brand-name-here';
$item->ItemSpecifics->NameValueList[]=$specifies;
Hello,
I am trying to solve following error
Missing item feature Mark. Add Brand to this ad, enter a valid value and try again
Tried like this but no luck
Tried using
NameValueListType
andNameValueListArrayType
but no luckHow to add brand name using item specifics ?