Ingram.Marketplace.Model.OrderDetailsWithPrices (Ingram Marketplace API v1.4.6) View Source

The extended representation of a specific order with additional information about the ordered items.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.OrderDetailsWithPrices{
  creationDate: DateTime.t(),
  customerId: String.t(),
  id: String.t(),
  products: [OrderProductWithPrice],
  status: String.t(),
  type: String.t() | nil
}