09-14-2023 08:20 AM
Currently, the "aspects" field in Product (https://developer.ebay.com/api-docs/sell/inventory/types/slr:Product) is a "string". However, it is a "Key/Value" pair and this is also shown in the example.
Our library is using types that are generated from OAS. We have to "ignore" the error because it's not properly typed.
Thank you in advance.
10-16-2024 09:50 AM
We are also experiencing this same issue causing a deserialization error when:
java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 1 column 227 path $.inventoryItems[0].product.aspects
It would be great if ebay would fix this so that we could use the generated code rather than having to write the method ourselves.