Interface WarehousingReturnFacade

All Known Implementing Classes:
DefaultWarehousingReturnFacade

public interface WarehousingReturnFacade
API for return facade in warehousing
  • Method Details

    • acceptGoods

      void acceptGoods(String code)
      API to accept the goods for a ReturnRequestModel
      Parameters:
      code - the RMA number for the return request to be confirmed
    • isAcceptGoodsConfirmable

      boolean isAcceptGoodsConfirmable(String code)
      Checks if the accept goods is possible for the given ReturnRequestModel
      Parameters:
      code - the RMA number for the return request to be confirmed
      Returns:
      boolean to indicate if accept goods confirmation of the given return request is possible