Skip to content

Instantly share code, notes, and snippets.

@websterian
Created December 17, 2018 18:30
Embed
What would you like to do?
{
"products" :
[
{
"productid": "Product1",
"listprice": "10.99",
"description": "Product 1 is the best!!!",
"variants" :
[
{
"variantid": "Product1-Variant1",
"listprice": "11.99"
},
{
"variantid": "Product1-Variant2",
"listprice": "12.99"
},
{
"variantid": "Product1-Variant3",
"listprice": "13.99"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment