Closed RobertHeim closed 1 year ago
Hi, the retrieveProductIdentifers currently is List<dynamic>. So what can be in that list other than String? Could you please document it?
retrieveProductIdentifers
List<dynamic>
String
PS: The method name also has a typo and probably should be refactored to retrieveProductIdentifiers.
retrieveProductIdentifiers
Hi, the
retrieveProductIdentifers
currently isList<dynamic>
. So what can be in that list other thanString
? Could you please document it?PS: The method name also has a typo and probably should be refactored to
retrieveProductIdentifiers
.