get

abstract suspend fun get(customerId: String): ApiResult<Customer>

Retrieves a Customer using the specified customer ID.

Return

A Customer or an ApiResult.Error

Parameters

customerId

Unique identifier for the customer.