ebayResp.put("storeUrlPath", returnedStoreType.getURLPath());
String desc = returnedStoreType.getDescription();
if (desc != null) desc = desc.trim();
ebayResp.put("storeDesc", desc);
StoreLogoType logoType = returnedStoreType.getLogo();
ebayResp.put("storeLogoId", logoType.getLogoID());
ebayResp.put("storeLogoName", logoType.getName());
ebayResp.put("storeLogoURL", logoType.getURL());
StoreThemeType themeType = returnedStoreType.getTheme();
ebayResp.put("storeThemeId", themeType.getThemeID());
ebayResp.put("storeThemeName", themeType.getName());