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

The representation of a specific order that contains high level data of a request to purchase one or more product items. In the platform, the order is extended with an array of orderLineItem objects that contain detailed information about each ordered product.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.Order{
  creationDate: DateTime.t(),
  customerId: String.t(),
  id: String.t(),
  status: String.t(),
  type: String.t() | nil
}