Method: Mints::Contact#get_order_item

Defined in:
lib/contact.rb

#get_order_item(id, options = nil) ⇒ Object

Get Order Item.

Get an order item info. TODO: Find a way to show order items.



689
690
691
# File 'lib/contact.rb', line 689

def get_order_item(id, options = nil)
  return @client.raw("get", "/ecommerce/order-items/#{id}", options, nil, @contact_v1_url)
end