Skip to content

Instantly share code, notes, and snippets.

@reggi
Last active December 10, 2015 19:08
Show Gist options
  • Select an option

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

Select an option

Save reggi/4479025 to your computer and use it in GitHub Desktop.
{
"api_key":null,
"test":false,
"allow_preorder":true,
"update_stock":true,
"order":{
"client_ref":"1234",
"po_number":"PO1234",
"date_placed":"12/30/2010 23:59:59",
"postage_speed":2,
"signed_for":1,
"postage_cost":3.95,
"callback_url":null,
"ShippingContact":{
"name":"David Test",
"company":"Demo Ltd",
"email":"david@demo.co.uk",
"phone":"01234 567 890",
"address":"1 Road Street",
"address_contd":"off Avenue Lane",
"city":"Teston",
"county":"Exampleshire",
"country":"United Kingdom",
"postcode":"EG1 2EG",
"dear":"Dave",
},
"BillingContact":{
"name":"Vera Test",
"company":null,
"email":"vera@home.com",
"phone":"01234 567 890",
"address":"1 Road Street",
"address_contd":"off Avenue Lane",
"city":"Teston",
"county":"Exampleshire",
"country":"United Kingdom",
"postcode":"EG1 2EG",
"dear":"Veronica"
},
"items":[
{
"client_ref":"SKU1",
"quantity":3,
"price":21.12
}
],
"total_value":63.36,
}
}
{
"success": false,
"order_ref": "1234",
"error": "Client account is in setup mode pending submission of full details - please contact your account manager.",
"valid": "un-validated",
"test": false,
"update_stock": true,
"stock_status": "unallocated",
"last_order_placed": null,
"stock_changes": {
"SKU1": 0,
"SKU2": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment