Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: Python  |  size: 0.91 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #Response Orders:
  2. #******************************
  3. {'customers': {'daytime_phone': '6193396347',
  4.                'email': 'lisakcee@gmail.com',
  5.                'first': 'Lisa',
  6.                'last': 'Crowne'},
  7.  'items': {'RD-LASCAT': {'order_qty': 1,
  8.                          'product_sku': 'RD-LASCAT',
  9.                          'sale_price': 1.0}},
  10.  'order': {'amazon_id': '104-4978347-7260216',
  11.            'date': datetime.datetime(2012, 5, 4, 20, 53, 2),
  12.            'item_qty': 1,
  13.            'shiptotal': 0.0,
  14.            'subtotal': 1.0,
  15.            'tax': 0.0,
  16.            'total': 1.0},
  17.  'payments': {'method_txt': 'amazon'},
  18.  'shipping': {'address': ['246 W. 11th'],
  19.               'city': 'Holland',
  20.               'country_text': 'US',
  21.               'first': 'Lisa',
  22.               'last': 'Crowne',
  23.               'method_text': None,
  24.               'postal': '49423',
  25.               'province_text': 'MI'}}