Ingram.Marketplace.OrderManagement.create_order

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

create_order(order_details, opts \\ [], connection \\ Connection.new())

View Source

Specs

Create a new order Place an order for a set of products for a specific customer.

Parameters

  • order_details (Ingram.Marketplace.Model.OrderDetails):
  • opts (KeywordList): [optional] Optional parameters
  • connection (Ingram.Marketplace.Connection): Connection to server

    Returns

} on success {:error, info} on failure