Method: Mints::Contact#get_order_items

Defined in:
lib/contact.rb

#get_order_items(options = nil) ⇒ Object

Get Order Items.

Get a collection of order items. TODO: Find a way to show order items.



681
682
683
# File 'lib/contact.rb', line 681

def get_order_items(options = nil)
  return @client.raw("get", "/ecommerce/order-items", options, nil, @contact_v1_url)
end