Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mikeapted/36d3dcf0f5daefd86f6d678949a5f50d to your computer and use it in GitHub Desktop.
Save mikeapted/36d3dcf0f5daefd86f6d678949a5f50d to your computer and use it in GitHub Desktop.
{
"productName" : "{{commerce.productName}}",
"color" : "{{commerce.color}}",
"department" : "{{commerce.department}}",
"product" : "{{commerce.product}}",
"imageUrl": "{{image.imageUrl}}",
"dateSoldSince": "{{date.past}}",
"dateSoldUntil": "{{date.future}}",
"price": {{random.number(
{
"min":10,
"max":150
}
)}},
"campaign": "{{random.arrayElement(
["BlackFriday","10Percent","NONE"]
)}}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment