We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382298b commit db4ef07Copy full SHA for db4ef07
commercetools/commercetools-importapi-utils/src/main/java/com/commercetools/sdk/ProductUtil.java
@@ -323,7 +323,7 @@ private static Attribute mapAttribute(com.commercetools.api.models.product.Attri
323
if (value instanceof CustomObjectKeyReferenceImpl) {
324
return Attribute.referenceBuilder().name(attribute.getName()).value(r -> r.keyValueDocumentBuilder().key (((CustomObjectKeyReferenceImpl) value).getKey())).build();
325
}
326
- /* TODO: AttributeNestedType */
+ /* TODO: AttributeNestedType is not supported yet */
327
throw new IllegalArgumentException("Unsupported type: " + value.getClass());
328
329
0 commit comments