Advertisement
helgatheviki

mnm json add to order

Jul 20th, 2020
1,791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.     "line_items": [
  3.                 {
  4.                     "product_id": 10,
  5.                     "variation_id": 12,
  6.                     "quantity": 3,
  7.                     "mnm_configuration": [
  8.                         {
  9.                             "product_id": 99,
  10.                             "variation_id": 100,
  11.                             "quantity": 3
  12.                         },
  13.                         {
  14.                             "product_id": 199,
  15.                             "variation_id": 200,
  16.                             "attributes": [
  17.                                 {
  18.                                     "name": "pa_color",
  19.                                     "value": "blue"
  20.                                 }
  21.                             ],
  22.                             "quantity": 3
  23.                         }
  24.                     ]
  25.                 }
  26.     ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement