• Service functionality to get a specific order given the id.

    Parameters

    • orderId: string

      the id of the order

    Returns Promise<ServiceResponse<Order>>

    a Promise with the ServiceResponse containing the searched order data and the message returned by the repository