using Newtonsoft.Json.Linq;
using System.Collections.Generic;
using System.Globalization;
public string productid { get; set; }
public int quantity { get; set; }
public string return_case_number { get; set; }
public string status { get; set; }
public string return_reason { get; set; }
public string return_date { get; set; }
public string return_amount { get; set; }
public List<items> items { get; set; }
public class shippingOrders
public string shipping_order_number { get; set; }
public string status { get; set; }
public string shipped_date { get; set; }
public List<items> items { get; set; }
public class c_reportingDataString
public List<shippingOrders> shippingOrders { get; set; }
public List<returned> returned { get; set; }
public class BillingAddress
public string _type { get; set; }
public string address1 { get; set; }
public string city { get; set; }
public string country_code { get; set; }
public string first_name { get; set; }
public string full_name { get; set; }
public string id { get; set; }
public string last_name { get; set; }
public string phone { get; set; }
public string postal_code { get; set; }
public string state_code { get; set; }
public string address2 { get; set; }
public class CustomerInfo
public string _type { get; set; }
public string customer_id { get; set; }
public string customer_name { get; set; }
public string email { get; set; }
public string customer_no { get; set; }
public string _type { get; set; }
public string link { get; set; }
public string _type { get; set; }
public string card_type { get; set; }
public bool credit_card_expired { get; set; }
public int expiration_month { get; set; }
public int expiration_year { get; set; }
public string holder { get; set; }
public string masked_number { get; set; }
public string number_last_digits { get; set; }
public string credit_card_token { get; set; }
public class AuthorizationStatus
public string _type { get; set; }
public string code { get; set; }
public string message { get; set; }
public int status { get; set; }
public class PaymentInstrument
public string _type { get; set; }
public double amount { get; set; }
public PaymentCard payment_card { get; set; }
public string payment_instrument_id { get; set; }
public string payment_method_id { get; set; }
public AuthorizationStatus authorization_status { get; set; }
public class AppliedDiscount
public string _type { get; set; }
public double amount { get; set; }
public double percentage { get; set; }
public string type { get; set; }
public class PriceAdjustment
public string _type { get; set; }
public AppliedDiscount applied_discount { get; set; }
public DateTime creation_date { get; set; }
public bool custom { get; set; }
public string item_text { get; set; }
public DateTime last_modified { get; set; }
public bool manual { get; set; }
public double price { get; set; }
public string price_adjustment_id { get; set; }
public string promotion_id { get; set; }
public string promotion_link { get; set; }
public string _type { get; set; }
public double adjusted_tax { get; set; }
public double base_price { get; set; }
public bool bonus_product_line_item { get; set; }
public bool gift { get; set; }
public string item_id { get; set; }
public string item_text { get; set; }
public double price { get; set; }
public double price_after_item_discount { get; set; }
public double price_after_order_discount { get; set; }
public string product_id { get; set; }
public string product_name { get; set; }
public int quantity { get; set; }
public string shipment_id { get; set; }
public double tax { get; set; }
public double tax_basis { get; set; }
public object tax_class_id { get; set; }
public double tax_rate { get; set; }
public string c_c_pliStatus { get; set; }
public string c_c_shipped_date { get; set; }
public List<PriceAdjustment> price_adjustments { get; set; }
public string c_c_cancel_reason_code { get; set; }
public string c_c_canceled_date { get; set; }
public bool? c_isExported { get; set; }
public double c_c_totalVatAmount { get; set; }
public string c_c_return_reason_code { get; set; }
public string c_c_returned_date { get; set; }
public class ShippingAddress
public string _type { get; set; }
public string address1 { get; set; }
public string city { get; set; }
public string country_code { get; set; }
public string first_name { get; set; }
public string full_name { get; set; }
public string id { get; set; }
public string last_name { get; set; }
public string phone { get; set; }
public string postal_code { get; set; }
public string state_code { get; set; }
public string address2 { get; set; }
public class ShippingMethod
public string _type { get; set; }
public string id { get; set; }
public string name { get; set; }
public bool c_BxFlatrateFlag { get; set; }
public bool c_IsBorderlinxMethod { get; set; }
public string c_carrierCode { get; set; }
public string c_carrierMode { get; set; }
public bool c_isGEShippingMethod { get; set; }
public bool c_storePickupEnabled { get; set; }
public string description { get; set; }
public string c_geCarrier { get; set; }
public string c_geCarrierName { get; set; }
public string c_geCarrierTitle { get; set; }
public string _type { get; set; }
public double adjusted_merchandize_total_tax { get; set; }
public double adjusted_shipping_total_tax { get; set; }
public bool gift { get; set; }
public double merchandize_total_tax { get; set; }
public double product_sub_total { get; set; }
public double product_total { get; set; }
public string shipment_id { get; set; }
public string shipment_no { get; set; }
public double shipment_total { get; set; }
public ShippingAddress shipping_address { get; set; }
public ShippingMethod shipping_method { get; set; }
public string shipping_status { get; set; }
public double shipping_total { get; set; }
public double shipping_total_tax { get; set; }
public double tax_total { get; set; }
public string tracking_number { get; set; }
public class ShippingItem
public string _type { get; set; }
public double adjusted_tax { get; set; }
public double base_price { get; set; }
public string item_id { get; set; }
public string item_text { get; set; }
public double price { get; set; }
public double price_after_item_discount { get; set; }
public string shipment_id { get; set; }
public double tax { get; set; }
public double tax_basis { get; set; }
public string tax_class_id { get; set; }
public double tax_rate { get; set; }
public string _type { get; set; }
public double adjusted_merchandize_total_tax { get; set; }
public double adjusted_shipping_total_tax { get; set; }
public BillingAddress billing_address { get; set; }
public string channel_type { get; set; }
public string confirmation_status { get; set; }
public string created_by { get; set; }
public DateTime creation_date { get; set; }
public string currency { get; set; }
public CustomerInfo customer_info { get; set; }
public string customer_name { get; set; }
public string export_status { get; set; }
public DateTime last_modified { get; set; }
public double merchandize_total_tax { get; set; }
public Notes notes { get; set; }
public string order_no { get; set; }
public List<PriceAdjustment> order_price_adjustments { get; set; }
public string order_token { get; set; }
public double order_total { get; set; }
public List<PaymentInstrument> payment_instruments { get; set; }
public string payment_status { get; set; }
public List<ProductItem> product_items { get; set; }
public double product_sub_total { get; set; }
public double product_total { get; set; }
public List<Shipment> shipments { get; set; }
public List<ShippingItem> shipping_items { get; set; }
public string shipping_status { get; set; }
public double shipping_total { get; set; }
public double shipping_total_tax { get; set; }
public string site_id { get; set; }
public string status { get; set; }
public string taxation { get; set; }
public double tax_total { get; set; }
public string c_browserAccept { get; set; }
public string c_browserAcceptEncoding { get; set; }
public string c_browserConnection { get; set; }
public string c_browserCookie { get; set; }
public string c_browserID { get; set; }
public string c_browserIdLanguageCode { get; set; }
public string c_browserReferer { get; set; }
public string c_browserSessionID { get; set; }
public string c_ee_41stData { get; set; }
public string c_reportingData { get; set; }
public string c_serverDateTime { get; set; }
public string c_timeSpentOnSite { get; set; }
public bool c_containPOItems { get; set; }
public bool c_returnedorderexported { get; set; }
public string c_gePaymentMethodName { get; set; }
public string c_geRoundingRate { get; set; }
public string _type { get; set; }
public Data data { get; set; }
public double relevance { get; set; }
public string _type { get; set; }
public string field { get; set; }
public DateTime from { get; set; }
public DateTime to { get; set; }
public RangeFilter range_filter { get; set; }
public string _type { get; set; }
public List<string> fields { get; set; }
public string search_phrase { get; set; }
public TextQuery text_query { get; set; }
public class FilteredQuery
public string _type { get; set; }
public Filter filter { get; set; }
public Query2 query { get; set; }
public FilteredQuery filtered_query { get; set; }
public string _type { get; set; }
public string field { get; set; }
public string sort_order { get; set; }
public string _type { get; set; }
public int count { get; set; }
public int start { get; set; }
public string _v { get; set; }
public string _type { get; set; }
public int count { get; set; }
public List<Hit> hits { get; set; }
public Query query { get; set; }
public Next next { get; set; }
public string select { get; set; }
public List<Sort> sorts { get; set; }
public int start { get; set; }
public int total { get; set; }
public static void Main()
Console.WriteLine("Hello World");