Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jwebster/c9196d56f8d58029ecf8a58a2f143c5b to your computer and use it in GitHub Desktop.
Save jwebster/c9196d56f8d58029ecf8a58a2f143c5b to your computer and use it in GitHub Desktop.
{u'_links': [],
u'billing_address': {u'address1': u'',
u'address2': u'',
u'city': u'',
u'company': u'',
u'country': u'',
u'country_code': u'',
u'latitude': 0,
u'longitude': 0,
u'name': u'',
u'phone': u'',
u'postal_code': u'',
u'province': u'',
u'province_code': u''},
u'campaign_id': u'',
u'cancelled_at_foreign': u'',
u'currency_code': u'GBP',
u'customer': {u'_links': [],
u'address': {u'address1': u'***',
u'address2': u'',
u'city': u'***',
u'country': u'GBR',
u'country_code': u'',
u'postal_code': u'***',
u'province': u'Cumbria',
u'province_code': u''},
u'company': u'',
u'created_at': u'2017-03-10T15:05:46+00:00',
u'email_address': u'******',
u'first_name': u'Valerie',
u'id': u'491314411',
u'last_name': u'****',
u'opt_in_status': True,
u'orders_count': 1,
u'total_spent': 300,
u'updated_at': u'2017-03-10T15:05:46+00:00'},
u'discount_total': 0,
u'financial_status': u'',
u'fulfillment_status': u'',
u'id': u'11046310',
u'landing_site': u'',
u'lines': [{u'_links': [],
u'discount': 0,
u'id': u'238881774',
u'price': 150,
u'product_id': u'873569277',
u'product_title': u'2017 Weekend Tickets',
u'product_variant_id': u'873569277',
u'product_variant_title': u'2017 Weekend Tickets',
u'quantity': 1},
{u'_links': [],
u'discount': 0,
u'id': u'238881775',
u'price': 150,
u'product_id': u'873569277',
u'product_title': u'2017 Weekend Tickets',
u'product_variant_id': u'873569277',
u'product_variant_title': u'2017 Weekend Tickets',
u'quantity': 1},
{u'_links': [],
u'discount': 0,
u'id': u'238881777',
u'price': 10,
u'product_id': u'126458627',
u'product_title': u'Weekend Parking',
u'product_variant_id': u'126458627',
u'product_variant_title': u'Weekend Parking',
u'quantity': 1},
{u'_links': [],
u'discount': 0,
u'id': u'239370343',
u'price': 30,
u'product_id': u'126458628',
u'product_title': u'Live-in Vehicle - Weekend Pass',
u'product_variant_id': u'126458628',
u'product_variant_title': u'Live-in Vehicle - Weekend Pass',
u'quantity': 1}],
u'order_total': 320,
u'order_url': u'',
u'processed_at_foreign': u'2017-02-21T11:33:55+00:00',
u'shipping_address': {u'address1': u'',
u'address2': u'',
u'city': u'',
u'company': u'',
u'country': u'',
u'country_code': u'',
u'latitude': 0,
u'longitude': 0,
u'name': u'',
u'phone': u'',
u'postal_code': u'',
u'province': u'',
u'province_code': u''},
u'shipping_total': 0,
u'tax_total': 0,
u'tracking_code': u'',
u'updated_at_foreign': u''}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment