Created
March 20, 2018 14:22
-
-
Save Coder2012/9450d6da608ab799e346b3964f05ea5a to your computer and use it in GitHub Desktop.
Dummy data object SKU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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