Ingram.Marketplace.OrderManagement.get_order_details

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

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

View Source

Specs

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

Get full details of a specific order Get extended details of a specific order.

Parameters

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

    Returns

} on success {:error, info} on failure