Advertisement
shingz96

Update product of Live Video

Sep 17th, 2020
1,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "id": 1,//live video id
  3.   "reseller_product_id": 162,
  4.   "status_event": "activate",
  5.   "price": 230,
  6.   "name": "my first combo",
  7.   "quantity_to_sell": 100,
  8.   "max_qty_per_user": 100,
  9.   "reseller_products": [
  10.     {
  11.       "id": 1,
  12.       "variant_id": 41,
  13.       "variant_qty": 1
  14.     },
  15.     {
  16.       "id": 2,
  17.       "variant_id": 43,
  18.       "variant_qty": 1
  19.     }
  20.   ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement