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

The representation of an order to be estimated.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.OrderEstimationRequest{
  customerId: String.t(),
  products: [OrderProductToEstimation],
  type: String.t()
}