Ingram.Marketplace.CustomerManagement.get_customers

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

get_customers(opts \\ [], connection \\ Connection.new())

View Source

Specs

get_customers(keyword(), Tesla.Env.client() | nil) ::
  {:ok, Ingram.Marketplace.Model.InlineResponse200.t()}
  | {:error, Tesla.Env.t()}

Get a list of customers Get a list of customers and their basic details.

Parameters

  • opts (KeywordList): [optional] Optional parameters
    • :name (String.t): Find customers that are similar to the provided name.
    • :email (String.t): Find customers that have a contact person with the provided email address.
    • :externalId (String.t): Find customers that have an external ID assigned equal to the provided ID.
    • :offset (integer()): The number of items to skip before starting to collect the result set.
    • :limit (integer()): The number of items to return.
  • connection (Ingram.Marketplace.Connection): Connection to server

    Returns

} on success {:error, info} on failure