0

Help creating an order (and other client records)

Can someone please show me an example of creating a customer order with the API?  Everything I'm trying is failing.

tevo.orders.create_customer_order(:seller_id => 782, :client_id => 2351, :payments => { :type => "offline" }, :items => { :price => "770.0", :quantity => 2, :ticket_group_id => 9354504 })

client_id, seller_id, and ticket_group_id are are valid ids I've retrieved from queries against the API.

Other examples of how to create client email_addresses, phone_numbers, and addresses would also be helpful as I can't figure that out either.  Thanks!

5 comments

Please sign in to leave a comment.