Advertisement
shingz96

Create Reseller Combo Product

Aug 18th, 2020
1,971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1. {
  2.     "name": "asd",
  3.     "description": "asd",
  4.     "sku": "asd",
  5.     "category": "seafood",
  6.     "price": 100,
  7.     "nutrition_facts": "what nutrition?",
  8.     "status": "active", //active or inactive,
  9.     "from": "2020-01-01",
  10.     "to": "2020-12-01",
  11.     "reseller_products": [
  12.         {
  13.             "id": 16,
  14.             "variant_id": 73,
  15.             "variant_qty": 2
  16.         },
  17.         {
  18.             "id": 1,
  19.             "variant_id": 41,
  20.             "variant_qty": 1
  21.         }
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement