Hello,
The updateMarketplaceSellerCampaign method would throw an java.lang.IllegalArgumentException when attempting to map the JSON response to SellerCampaignMessage if the suspensionReasons is null.
This appears to be due to jsonObj.get("suspensionReasons") returning a null String that will break the logic in validateJsonObject.
Any assistance to fix this issue would be greatly appreciated.
Thank you!
Hello,
The
updateMarketplaceSellerCampaignmethod would throw anjava.lang.IllegalArgumentExceptionwhen attempting to map the JSON response toSellerCampaignMessageif thesuspensionReasonsis null.This appears to be due to
jsonObj.get("suspensionReasons")returning anullString that will break the logic invalidateJsonObject.Any assistance to fix this issue would be greatly appreciated.
Thank you!