Ingram.Marketplace.CustomerManagement.get_customer_by_id

You're seeing just the function get_customer_by_id, go back to Ingram.Marketplace.CustomerManagement module for more information.
Link to this function

get_customer_by_id(id, opts \\ [], connection \\ Connection.new())

View Source

Specs

get_customer_by_id(String.t(), keyword(), Tesla.Env.client() | nil) ::
  {:ok, Ingram.Marketplace.Model.GetCustomerDetails.t()}
  | {:error, Tesla.Env.t()}

Get full details of a specific customer Get extended details about a specific customer in the platform.

Parameters

  • id (String.t): The ID of the customer to be processed by the request.
  • opts (KeywordList): [optional] Optional parameters
  • connection (Ingram.Marketplace.Connection): Connection to server

    Returns

} on success {:error, info} on failure