Operations for Inttegro prices.
Summary
Functions
@spec activate(Inttegro.Client.t(), Inttegro.PriceActionRequest.t(), keyword()) :: {:ok, Inttegro.CatalogPrice.t()} | {:error, Exception.t()}
@spec archive(Inttegro.Client.t(), Inttegro.PriceActionRequest.t(), keyword()) :: {:ok, Inttegro.CatalogPrice.t()} | {:error, Exception.t()}
@spec create(Inttegro.Client.t(), Inttegro.CatalogPriceParams.t(), keyword()) :: {:ok, Inttegro.CatalogPrice.t()} | {:error, Exception.t()}
@spec deactivate(Inttegro.Client.t(), Inttegro.PriceActionRequest.t(), keyword()) :: {:ok, Inttegro.CatalogPrice.t()} | {:error, Exception.t()}
@spec lookup(Inttegro.Client.t(), Inttegro.LookupPriceRequest.t(), keyword()) :: {:ok, Inttegro.CatalogPrice.t()} | {:error, Exception.t()}
@spec page(Inttegro.Client.t(), Inttegro.PricePageRequest.t(), keyword()) :: {:ok, Inttegro.PricePage.t()} | {:error, Exception.t()}
@spec update(Inttegro.Client.t(), Inttegro.UpdatePriceRequest.t(), keyword()) :: {:ok, Inttegro.CatalogPrice.t()} | {:error, Exception.t()}