Infusionsoft.Endpoints.XML.Shipping (Infusionsoft v0.7.0) View Source
Provides the raw endpoints to Infusionsoft's XML API for Shipping.
Link to this section Summary
Link to this section Functions
Specs
retrieve_available_shipping_options(String.t(), nil | String.t()) :: {:ok, list()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-available-shipping-options
Specs
retrieve_flat_rate_shipping_options(integer(), String.t(), nil | String.t()) :: {:ok, map()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-flat-rate-shipping-options
retrieve_order_quantity_shipping_options(option_id, token, app \\ nil)
View SourceSpecs
retrieve_order_quantity_shipping_options( integer(), String.t(), nil | String.t() ) :: {:ok, map()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-order-quantity-shipping-options
Specs
retrieve_order_shipping_options(integer(), String.t(), nil | String.t()) :: {:ok, list()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-order-shipping-options
Specs
retrieve_order_shipping_ranges(integer(), String.t(), nil | String.t()) :: {:ok, list()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-order-shipping-ranges
Specs
retrieve_product_shipping_options(integer(), String.t(), nil | String.t()) :: {:ok, map()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-product-shipping-options
Specs
retrieve_ups_shipping_option(integer(), String.t(), nil | String.t()) :: {:ok, map()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-ups-shipping-option
retrieve_weight_based_shipping_options(option_id, token, app \\ nil)
View SourceSpecs
retrieve_weight_based_shipping_options(integer(), String.t(), nil | String.t()) :: {:ok, map()} | {:error, any()}
https://developer.infusionsoft.com/docs/xml-rpc/#shipping-retrieve-weight-based-shipping-options