Advertisement
moomak

Varaint object

Nov 11th, 2024 (edited)
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.43 KB | None | 0 0
  1. [
  2.             {
  3.                 "name": "ธรรมดา",
  4.                 "price": 199,
  5.                 "default": 1,
  6.                 "stock": 50,
  7.                 "unit": "Bottle" // if any
  8.             },
  9.             {
  10.                 "name": "ธรรมดา 2",
  11.                 "price": 199,
  12.                 "default": 0,
  13.                 "stock": 100,
  14.                 "unit": "Bottle" // if any
  15.             }
  16.         ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement