GET
	https://api.subscriptiongenius.com/2/orders/{order_id}
 
 
 
 
	
	
	  
	      
	        | Paramater | Description | Data Type | 
	    
	    
	    
	    	      
	        | billing_address_id |  | Int | 
	      	      
	        | channel_id |  | Int | 
	      	      
	        | grand_total |  | Double | 
	      	      
	        | import_name |  | Char(30) | 
	      	      
	        | is_gift |  | Bool | 
	      	      
	        | mailing_address_id |  | Int | 
	      	      
	        | order_date |  | DateTime | 
	      	      
	        | order_id |  | Int | 
	      	      
	        | order_items.bundle_id |  | Int | 
	      	      
	        | order_items.fulfilled_date |  | DateTime | 
	      	      
	        | order_items.grand_total |  | Double | 
	      	      
	        | order_items.order_item_id |  | Int | 
	      	      
	        | order_items.product_id |  | Int | 
	      	      
	        | order_items.refund_date |  | DateTime | 
	      	      
	        | order_items.sub_total |  | Double | 
	      	      
	        | order_items.tax_total |  | Double | 
	      	      
	        | subscriber_id |  | Int | 
	      	      
	        | sub_total |  | Double | 
	      	      
	        | tax_total |  | Double | 
	      	      
	        | user_id |  | Int | 
	      	    
	  
			
				{
  "order_id":"1",
  "mailing_address_id":"191563",
  "billing_address_id":"191563",
  "subscriber_id":"191468",
  "import_name":null,
  "user_id":null,
  "channel_id":null,
  "order_date":"2015-12-29 21:13:54",
  "is_gift":false,
  "sub_total":101,
  "tax_total":0.16,
  "grand_total":101.16,
  "order_items":[
    {
      "order_item_id":"2",
      "bundle_id":"327",
      "refund_date":null,
      "fulfilled_date":"2015-12-30 03:13:54",
      "sub_total":"85",
      "tax_total":"0",
      "grand_total":"85"
    },
    {
      "order_item_id":"1",
      "product_id":"24",
      "refund_date":null,
      "fulfilled_date":null,
      "sub_total":"16",
      "tax_total":"0.16",
      "grand_total":"16.16"
    }
  ]
}