Created
September 5, 2016 03:13
-
-
Save wildbillcat/7aa3cd664852a5ae2d5191a603044a53 to your computer and use it in GitHub Desktop.
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
{ | |
SkuId: 1, | |
SkuLabel: "xxx-ldke", | |
SkuPrice: 22.1, | |
SkuClass: "W", | |
UpdateTimestamp: "Tue Mar 24 2015 20:00:00 GMT-0400 (EDT)", | |
SkuSales: { | |
Months: ["1-May-12", "30-Apr-12", "27-Apr-12"], | |
Sales: [1,5,3], | |
SeasonallyNormalizedSales: [.75, 4, 3] | |
}, | |
VendorAvailabilities: [ | |
{ | |
VendorId: 0, | |
VendorName: "SkuPlace", | |
QOH: 1, | |
Cost: 5.50, | |
JITLeadtime: "BackOrdered", | |
JITLeadtimeInt: 0, | |
DropShipAvailable: true, | |
DropShipNotes: "$2 per pkg" | |
}, | |
{ | |
VendorId: 0, | |
VendorName: "SkuPlace", | |
QOH: 1, | |
Cost: 5.50, | |
JITLeadtime: "BackOrdered", | |
JITLeadtimeInt: 0, | |
DropShipAvailable: true, | |
DropShipNotes: "$2 per pkg" | |
} | |
] | |
Inventory: { | |
InStock: 1, | |
AverageStockCost: 11.1 | |
} | |
} | |
//Scatterplot | |
//http://bl.ocks.org/d3noob/38744a17f9c0141bcd04 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment