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

The extended representation of a specific order product estimation with information about the price.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.OrderProductEstimation{
  extendedPrice: OrderItemPrice | nil,
  mpn: String.t() | nil,
  quantity: float()
}