Skip to content

Instantly share code, notes, and snippets.

@reggi
Created March 7, 2013 21:02
Show Gist options
  • Select an option

  • Save reggi/5111774 to your computer and use it in GitHub Desktop.

Select an option

Save reggi/5111774 to your computer and use it in GitHub Desktop.
{
"billed": false,
"created_at": "2013-03-07T15:48:23-05:00",
"email": "thomas@holstee.com",
"gift": false,
"id": 75439,
"order_orig": "45108",
"originator": "shopify",
"originator_id": "159188846",
"originator_notified": false,
"pack_fee_actual": null,
"packaging_fee_actual": null,
"pick_fee_actual": null,
"public_note": null,
"req_ship_method_price": "17.65",
"req_ship_method_text": "USPS First-Class Package International Service",
"ship_3rdparty_cost": "0.0",
"ship_actual_cost": null,
"ship_method": null,
"ship_notes": null,
"shipped_on": null,
"shipping_address_1": "4 Avenue Gabriel",
"shipping_address_2": null,
"shipping_city": "Paris",
"shipping_company": null,
"shipping_country": "France",
"shipping_name": "Thomas Reggi",
"shipping_phone": null,
"shipping_state": null,
"shipping_zip": "75008",
"status": 100,
"total_fee_actual": null,
"tracking_sent": false,
"updated_at": "2013-03-07T15:48:23-05:00",
"tracking": [],
"order_items": [
{
"available": true,
"created_at": "2013-03-07T15:48:23-05:00",
"description": "Holstee Manifesto Poster, Single Poster / 12x16 Inches",
"id": 149395,
"item_id": 137996,
"order_id": 75439,
"originator_id": 262712056,
"package_id": 68259,
"packaging": false,
"packed": 0,
"picked": 0,
"price": "28.0",
"quantity": 1,
"sku": "PSTR-ORIG12-001",
"updated_at": "2013-03-07T15:48:24-05:00"
}
]
}
{
billed: false,
created_at: '2013-03-07T15:48:29-05:00',
email: 'thomas@holstee.com',
gift: false,
id: 75440,
order_orig: '45108',
originator: 'shopify',
originator_id: '159188846',
originator_notified: false,
pack_fee_actual: null,
packaging_fee_actual: null,
pick_fee_actual: null,
public_note: null,
req_ship_method_price: '17.65',
req_ship_method_text: 'USPS First-Class Package International Service',
ship_3rdparty_cost: '0.0',
ship_actual_cost: null,
ship_method: null,
ship_notes: null,
shipped_on: null,
shipping_address_1: '4 Avenue Gabriel',
shipping_address_2: null,
shipping_city: 'Paris',
shipping_company: null,
shipping_country: 'France',
shipping_name: 'Thomas Reggi',
shipping_phone: null,
shipping_state: null,
shipping_zip: '75008',
status: 100,
total_fee_actual: null,
tracking_sent: false,
updated_at: '2013-03-07T15:48:29-05:00',
tracking: [],
order_items: [{
available: true,
created_at: '2013-03-07T15:48:29-05:00',
description: 'Holstee Manifesto Poster, Single Poster / 12x16 Inches',
id: 149396,
item_id: 137996,
order_id: 75440,
originator_id: 262712056,
package_id: 68260,
packaging: false,
packed: 0,
picked: 0,
price: '28.0',
quantity: 1,
sku: 'PSTR-ORIG12-001',
updated_at: '2013-03-07T15:48:29-05:00'
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment