Ingram.Marketplace.Model.OrderDetails (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.OrderDetails{
  creationDate: DateTime.t(),
  customerId: String.t(),
  id: String.t(),
  poNumber: String.t() | nil,
  products: [OrderProduct],
  status: String.t(),
  type: String.t() | nil
}