Ok, nevermind. Found the example:
$customerMatchingFunction = new FeedFunction();
$constOperand = new ConstantOperand();
$constOperand->type = 'BOOLEAN';
$constOperand->booleanValue = true;
$customerMatchingFunction->lhsOperand = array($constOperand);
$customerMatchingFunction->operator
Hi,
When trying to create Customer Feed with Location placeholder I get the
following error:
FunctionError.INVALID_FUNCTION_FOR_PLACEHOLDER @ operations[0].operand.
matchingFunction; trigger:'Invalid function for customer feed location
placeholder'
FeedFunction creation:
$feedFun