Advertisement
shingz96

Bulk Update Live Video

Sep 17th, 2020 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.   "title": "dahfresh is liveeee",
  3.   "live_products": [
  4.     {
  5.       "id": 154, // for update use
  6.       "price": 100,
  7.       "name": "my combo",
  8.       "quantity_to_sell": 100,
  9.       "max_qty_per_user": 100,
  10.       "expire_hour": 6,
  11.       "reseller_products": [
  12.         {
  13.           "id": 1,
  14.           "variant_id": 41,
  15.           "variant_qty": 1
  16.         },
  17.         {
  18.           "id": 2,
  19.           "variant_id": 43,
  20.           "variant_qty": 1
  21.         }
  22.       ]
  23.     }
  24.   ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement