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

The representation of a product for sale.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.Product{
  billingPeriod: ProductBillingPeriod | nil,
  dependsOn: [DependsOnItems] | nil,
  maximumQuantity: String.t(),
  minimumQuantity: String.t(),
  mpn: String.t() | nil,
  name: String.t(),
  prices: [ProductPrice],
  serviceName: String.t() | nil
}