Skip to content

Instantly share code, notes, and snippets.

@kristiyandobrev
Last active June 8, 2016 10:58
Show Gist options
  • Save kristiyandobrev/25fa301f46f2a0498a3dbb25e9e25331 to your computer and use it in GitHub Desktop.
Save kristiyandobrev/25fa301f46f2a0498a3dbb25e9e25331 to your computer and use it in GitHub Desktop.
{
"data":{
"single_order":{
"distributor":{
"name":"Super Distributor",
"address":"addressvej 32",
"city":"Aalborg",
"postal_code":"9000",
"cvr":"89888888",
"email":"distributor@mail.com",
"phone":"9191991"
},
"variants":[
{
"product_nr":1,
"image_url":"http://img1.exportersindia.com/product_images/bc-small/dir_41/1205203/teak-wood-door-1273884.jpg",
"name":"door 1",
"vendor":{
"name":"Door Factory"
},
"price":1000
},
{
"product_nr":2,
"image_url":"http://img1.exportersindia.com/product_images/bc-small/dir_98/2927758/glass-and-wood-panel-doors-1031441.jpg",
"name":"door 2",
"vendor":{
"name":"Door Factory"
},
"price":2000
}
]
},
"divided_order":{
"variants":[
{
"product_nr":1,
"image_url":"http://img1.exportersindia.com/product_images/bc-small/dir_41/1205203/teak-wood-door-1273884.jpg",
"name":"door 1",
"vendor":{
"name":"Door Factory"
},
"distributor":{
"name":"Super Distributor 1",
"address":"addressvej 1",
"city":"Aalborg",
"postal_code":"9000",
"cvr":"89888888",
"email":"distributor@mail.com",
"phone":"9191991"
},
"price":1000
},
{
"product_nr":2,
"image_url":"http://img1.exportersindia.com/product_images/bc-small/dir_98/2927758/glass-and-wood-panel-doors-1031441.jpg",
"name":"door 2",
"vendor":{
"name":"Door Factory"
},
"distributor":{
"name":"Super Distributor 2",
"address":"addressvej 2",
"city":"Norresundby",
"postal_code":"9400",
"cvr":"89888888",
"email":"distributor2@mail.com",
"phone":"9191991"
},
"price":2000
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment