Interface WarehousingReturnFacade

    • Method Detail

      • acceptGoods

        void acceptGoods​(java.lang.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​(java.lang.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