Skip to content

Instantly share code, notes, and snippets.

@milosh012
Created April 30, 2012 14:42
Show Gist options
  • Save milosh012/2558878 to your computer and use it in GitHub Desktop.
Save milosh012/2558878 to your computer and use it in GitHub Desktop.
{
"shipments":[
{
"CollectionAddress":{
"CountryCode":"GB",
"City":"London",
"Division":null,
"PostalCode":"SE162AA",
"Line1":"Hawkstone Road",
"Line2":"",
"FirstName":"Milos",
"LastName":"Janjic",
"TelephoneNumber":"2121212",
"TelephoneAreaCode":"212",
"CompanyName":null,
"EmailAddress":"[email protected]",
"IsResidential":true
},
"DestinationAddress":{
"CountryCode":"GB",
"City":"London",
"Division":null,
"PostalCode":"SE162AA",
"Line2":"",
"FirstName":"Milos",
"LastName":"Janjic",
"TelephoneNumber":"2121212",
"TelephoneAreaCode":"212",
"CompanyName":null,
"EmailAddress":"[email protected]",
"IsResidential":true
},
"Packages":[
{
"ValueAmount":123,
"ValueCurrency":"USD",
"Items":[
{
"ValueAmount":123,
"ValueCurrency":"USD",
"Quantity":2,
"StoreId":104,
"OrderId":73,
"ItemId":97
}
]
},
{
"ValueAmount":123,
"ValueCurrency":"USD",
"Items":[
{
"ValueAmount":123,
"ValueCurrency":"USD",
"Quantity":2,
"StoreId":104,
"OrderId":74,
"ItemId":101
}
]
}
],
"Origin":"ecommerce",
"Id":50
}
],
"meta":{
"AddressErrors":{
"50":{
"DestinationAddress":[
{
"level":"error",
"field":"Line1",
"text":"Line 1 is required."
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment