Ingram.Marketplace.ProductCatalog.get_catalog
You're seeing just the function
get_catalog
, go back to Ingram.Marketplace.ProductCatalog module for more information.
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