p.setShortDescription(shortDescription);
p.setScallable(scallable);
p.setConsignment(consignment);
p.setDeleteInd(deleteInd);
Category category = coreManager.getCategory(categoryId);
p.setCategory(category);
try {
Product savedProduct = coreManager.save(Product.class, p);
resp = mapper.map(savedProduct, DisplayProduct.class);