Skip to content

Instantly share code, notes, and snippets.

@Coder2012
Created March 20, 2018 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Coder2012/9450d6da608ab799e346b3964f05ea5a to your computer and use it in GitHub Desktop.
Save Coder2012/9450d6da608ab799e346b3964f05ea5a to your computer and use it in GitHub Desktop.
Dummy data object SKU
[
{
"type": "size",
"value": "11.5in"
},
{
"type": "sku",
"value": "123"
},
{
"type": "price",
"value": "$5400"
},
{
"warehouses": [
{
"type": "WDC",
"value": "5"
},
{
"type": "NDC",
"value": "5"
},
{
"type": "CDC",
"value": "5"
}
]
},
{
"type": "watch",
"value": "WDC"
},
{
"type": "qty",
"value": "17"
},
{
"type": "subtotal",
"value": "$300000"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment