Skip to content

Instantly share code, notes, and snippets.

@jveldboom
Last active October 20, 2015 16:27
Show Gist options
  • Save jveldboom/a49d2c29e29ec131fc1e to your computer and use it in GitHub Desktop.
Save jveldboom/a49d2c29e29ec131fc1e to your computer and use it in GitHub Desktop.
test order
{
"order_num": "5066",
"customer_id": "1",
"po_num": null,
"email": "john@veldboom.com",
"phone": "",
"billing_name": "JOHN VELDBOOM",
"billing_addr1": "289 W MAIN ST",
"billing_addr2": "",
"billing_city": "NESS CITY",
"billing_state": "KS",
"billing_zip": "67560",
"billing_county": null,
"shipping_name": "JOHN VELDBOOM",
"shipping_addr1": "289 W MAIN ST",
"shipping_addr2": "",
"shipping_city": "NESS CITY",
"shipping_state": "KS",
"shipping_zip": "67560",
"tax_shipping": null,
"tax_imprinting": null,
"tax_indexing": null,
"tax_total": "11.09",
"transaction_id": "2242390037",
"tracking_num_bli": null,
"email_confirmation": "2015-10-20 09:00:02",
"shipping_method": "Ground",
"coupons_total": 0,
"items": [
{
"line_num": "0",
"isbn13": "9780310434054",
"description": "NIV Paperback Bible Case of 28, $2.49 each",
"retail": "69.72",
"discount": "0",
"price": "69.72",
"qty_ordered": "2",
"qty_shipped": null,
"product_total": "139.44",
"product_collected": "139.44",
"tax_total": 5.54,
"tax_collected": 5.54,
"indexed": null,
"warehouse": "3",
"status": "0",
"coupons": null
},
{
"line_num": "1",
"isbn13": "9781628261127",
"description": "English ERV New Testament Paperback",
"retail": "2.50",
"discount": "50",
"price": "1.25",
"qty_ordered": "1",
"qty_shipped": null,
"product_total": "1.25",
"product_collected": "1.25",
"tax_total": 2.77,
"tax_collected": 2.77,
"indexed": null,
"warehouse": "2",
"status": "0",
"coupons": null
},
{
"line_num": 2,
"isbn13": "SHIPPING",
"retail": "7.11",
"discount": 0,
"price": "7.11",
"qty": 1,
"qty_ordered": 1,
"product_total": "7.11",
"product_collected": "7.11",
"tax_total": "2.78",
"tax_collected": "2.78"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment