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

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

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.OrderProduct{
  mpn: String.t() | nil,
  name: String.t() | nil,
  parameters: [ProductParameter] | nil,
  quantity: float() | nil,
  subscriptionId: String.t() | nil
}