Infusionsoft.Endpoints.XML.Product (Infusionsoft v0.7.0) View Source
Provides the raw endpoints to Infusionsoft's XML API for Product.
Link to this section Summary
Link to this section Functions
Specs
deactivate_a_credit_card(integer(), String.t(), nil | String.t()) :: {:ok, boolean()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#product-deactivate-a-credit-card
Link to this function
decrease_product_inventory(product_id, quantity, token, app \\ nil)
View SourceSpecs
decrease_product_inventory(integer(), integer(), String.t(), nil | String.t()) :: {:ok, boolean()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#product-decrease-a-product-s-available-inventory
Specs
https://developer.infusionsoft.com/docs/xml-rpc/#product-decrement-available-product-inventory
Specs
increase_inventory(integer(), integer(), String.t(), nil | String.t()) :: {:ok, boolean()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#product-increase-a-product-s-available-inventory
Specs
https://developer.infusionsoft.com/docs/xml-rpc/#product-increment-available-product-inventory
Specs
https://developer.infusionsoft.com/docs/xml-rpc/#product-retrieve-available-product-inventory