public static Map<String,Object> setEbayStoreInput(DispatchContext dctx, Map<String,Object> context) {
Map<String,Object> result = FastMap.newInstance();
Locale locale = (Locale) context.get("locale");
Delegator delegator = dctx.getDelegator();
SetStoreRequestType req = null;
StoreThemeArrayType returnedThemeArray = null;
SetStoreResponseType resp = null;
StoreType storeType = null;
try {
if (context.get("productStoreId") != null) {
SetStoreCall call = new SetStoreCall(EbayStoreHelper.getApiContext((String)context.get("productStoreId"), locale, delegator));