Dropdown Select INVALID_OPTION.. is there a way to ignore the error?
SOLVE
Hi,
Whenever you try to update a property that is defined as a 'Dropdown select' via API it throws an error if the supplied value(s) are not in the list of defined values for that property... which is fair enough.
Is there a way to prevent the error being thrown e.g. an ignore invalid option flag. The thinking here being if you're supplying a bunch of other properties in the same request you still want those to complete/update regardless of the failng option value.