Infusionsoft v0.6.1 Infusionsoft.Endpoints.XML.Order View Source

Provides the raw endpoints to Infusionsoft’s XML API for Order actions.

Link to this section Summary

Link to this section Functions

Link to this function create_an_order(contact_id, card_id, plan_id, product_ids, subscription_ids, process_specials, promo_codes, lead_affiliate_id, sale_affiliate_id, token, app \\ nil) View Source
create_an_order(
  integer(),
  integer(),
  integer(),
  [integer()],
  [integer()],
  boolean(),
  [String.t()],
  integer(),
  integer(),
  String.t(),
  nil | String.t()
) :: {:ok, map()} | {:error, String.t()}

https://developer.infusionsoft.com/docs/xml-rpc/#order-create-an-order