Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.11 KB | None | 0 0
  1. {  
  2.     "items":[  
  3.         {  
  4.             "product":{  
  5.                 "id":149,
  6.                 "name":"Vegetable Puri",
  7.                 "description":"spicy vegetable dish wrapped in unleavened bread",
  8.                 "price":325,
  9.                 "order":0,
  10.                 "options":[  
  11.  
  12.                 ]
  13.             },
  14.             "options":{  
  15.  
  16.             },
  17.             "quantity":4,
  18.             "unitPrice":325
  19.         },
  20.         {  
  21.             "product":{  
  22.                 "id":150,
  23.                 "name":"Shami Kebab",
  24.                 "description":"minced lamb, spiced & shallow fried. 2 pieces per portion",
  25.                 "price":420,
  26.                 "order":0,
  27.                 "options":[  
  28.  
  29.                 ]
  30.             },
  31.             "options":{  
  32.  
  33.             },
  34.             "quantity":2,
  35.             "unitPrice":420
  36.         },
  37.         {  
  38.             "product":{  
  39.                 "id":146,
  40.                 "name":"Meal Deal 1",
  41.                 "description":"",
  42.                 "price":950,
  43.                 "order":0,
  44.                 "options":[  
  45.                     {  
  46.                         "id":16,
  47.                         "name":"Choose a starter",
  48.                         "type":"single",
  49.                         "included":1,
  50.                         "required":1,
  51.                         "in_qty":1,
  52.                         "category_id":44,
  53.                         "product_ids":null
  54.                     },
  55.                     {  
  56.                         "id":17,
  57.                         "name":"Choose a side",
  58.                         "type":"multiple",
  59.                         "included":1,
  60.                         "required":1,
  61.                         "in_qty":1,
  62.                         "category_id":31,
  63.                         "product_ids":null
  64.                     }
  65.                 ]
  66.             },
  67.             "options":[  
  68.                 {  
  69.                     "optionId":17,
  70.                     "type":"multiple",
  71.                     "in_qty":1,
  72.                     "selections":[  
  73.                         {  
  74.                             "productId":109,
  75.                             "product":{  
  76.                                 "id":109,
  77.                                 "name":"Onion bhajis",
  78.                                 "description":"",
  79.                                 "price":225,
  80.                                 "order":0,
  81.                                 "options":[  
  82.  
  83.                                 ]
  84.                             },
  85.                             "quantity":1
  86.                         }
  87.                     ]
  88.                 },
  89.                 {  
  90.                     "optionId":16,
  91.                     "type":"single",
  92.                     "in_qty":1,
  93.                     "selections":[  
  94.                         {  
  95.                             "productId":152,
  96.                             "product":{  
  97.                                 "id":152,
  98.                                 "name":"Meat Samosa",
  99.                                 "description":"",
  100.                                 "price":225,
  101.                                 "order":0,
  102.                                 "options":[  
  103.  
  104.                                 ]
  105.                             },
  106.                             "quantity":1
  107.                         }
  108.                     ]
  109.                 }
  110.             ],
  111.             "unitPrice":950,
  112.             "quantity":1
  113.         },
  114.         {  
  115.             "product":{  
  116.                 "id":148,
  117.                 "name":"Meal Deal 2 but with 2 sides, also extra long name",
  118.                 "description":"",
  119.                 "price":1850,
  120.                 "order":0,
  121.                 "options":[  
  122.                     {  
  123.                         "id":20,
  124.                         "name":"Choose a starter",
  125.                         "type":"single",
  126.                         "included":1,
  127.                         "required":1,
  128.                         "in_qty":1,
  129.                         "category_id":44,
  130.                         "product_ids":null
  131.                     },
  132.                     {  
  133.                         "id":21,
  134.                         "name":"Choose a side",
  135.                         "type":"multiple",
  136.                         "included":1,
  137.                         "required":1,
  138.                         "in_qty":2,
  139.                         "category_id":31,
  140.                         "product_ids":null
  141.                     }
  142.                 ]
  143.             },
  144.             "options":[  
  145.                 {  
  146.                     "optionId":20,
  147.                     "type":"single",
  148.                     "in_qty":1,
  149.                     "selections":[  
  150.                         {  
  151.                             "productId":149,
  152.                             "product":{  
  153.                                 "id":149,
  154.                                 "name":"Vegetable Puri",
  155.                                 "description":"spicy vegetable dish wrapped in unleavened bread",
  156.                                 "price":325,
  157.                                 "order":0,
  158.                                 "options":[  
  159.  
  160.                                 ]
  161.                             },
  162.                             "quantity":1
  163.                         }
  164.                     ]
  165.                 },
  166.                 {  
  167.                     "optionId":21,
  168.                     "type":"multiple",
  169.                     "in_qty":2,
  170.                     "selections":[  
  171.                         {  
  172.                             "productId":109,
  173.                             "product":{  
  174.                                 "id":109,
  175.                                 "name":"Onion bhajis",
  176.                                 "description":"",
  177.                                 "price":225,
  178.                                 "order":0,
  179.                                 "options":[  
  180.  
  181.                                 ]
  182.                             },
  183.                             "quantity":2
  184.                         }
  185.                     ]
  186.                 }
  187.             ],
  188.             "unitPrice":1850,
  189.             "quantity":1
  190.         }
  191.     ]
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement