Ingram.Marketplace.ProductCatalog (Ingram Marketplace API v1.4.6) View Source

API calls for all endpoints tagged ProductCatalog.

Link to this section Summary

Functions

Get a list of products from the product catalog Get a list of products available for the requester to sell or resell with details included.

Link to this section Functions

Link to this function

get_catalog(opts \\ [], connection \\ Connection.new())

View Source

Specs

get_catalog(keyword(), Tesla.Env.client() | nil) ::
  {:ok, Ingram.Marketplace.Model.InlineResponse2001.t()}
  | {:error, Tesla.Env.t()}

Get a list of products from the product catalog Get a list of products available for the requester to sell or resell with details included.

Parameters

  • opts (KeywordList): [optional] Optional parameters
    • :offset (integer()): The number of items to skip before starting to collect the result set.
    • :limit (integer()): The number of items to return.
    • :mpn (String.t): MPN value
  • connection (Ingram.Marketplace.Connection): Connection to server

    Returns

} on success {:error, info} on failure