Last active
November 7, 2018 10:59
-
-
Save jonnywyatt/7785ac9cde95edee4cdc6d6d54a9e480 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
{ | |
"feed_date": "2018-10-30T09:44:37Z", | |
"subcats": [ | |
{ | |
"sub_cat_id": "E01", | |
"sub_cat_name": "Eggs", | |
"suppliers": [ | |
{ | |
"supplier_code": "MF01", | |
"supplier_name": "Marsh Farms", | |
"distribution_reductions": { | |
"stocking_point_reduction_in_subcat": { | |
"before": 800, | |
"after": 729, | |
"percentage": -9.1 | |
}, | |
"skus_reduced_in_subcat": [ | |
{ | |
"sku_id": 1234, | |
"sku_name": "Happy Eggs Free-Range Dozen", | |
"date_modified": "2018-10-12", | |
"end_date": "2019-02-12", | |
"stocking_point_reduction": { | |
"before": 400, | |
"after": 340, | |
"percentage": -15 | |
} | |
}, | |
{ | |
"sku_id": 3834, | |
"sku_name": "Happy Eggs Half-Dozen", | |
"date_modified": "2018-10-12", | |
"end_date": "2019-02-12", | |
"stocking_point_reduction": { | |
"before": 58, | |
"after": 47, | |
"percentage": -18.9 | |
} | |
} | |
] | |
} | |
}, | |
{ | |
"supplier_code": "BF01", | |
"supplier_name": "Bakers Farms", | |
"distribution_reductions": { | |
"stocking_point_reduction_in_subcat": { | |
"before": 500, | |
"after": 450, | |
"percentage": -9 | |
}, | |
"skus_reduced_in_subcat": [ | |
{ | |
"sku_id": 1234, | |
"sku_name": "Happy Eggs Free-Range Dozen", | |
"date_modified": "2018-09-13", | |
"end_date": "2019-02-12", | |
"stocking_point_reduction": { | |
"before": 350, | |
"after": 200, | |
"percentage": -42.8 | |
} | |
} | |
] | |
} | |
} | |
] | |
}, | |
{ | |
"sub_cat_id": "Y01", | |
"sub_cat_name": "Eggs", | |
"suppliers": [ | |
{ | |
"supplier_code": "BF01", | |
"supplier_name": "Bakers Farms", | |
"delists": [ | |
{ | |
"sku_id": 5678, | |
"sku_name": "Muller Corner Strawberry", | |
"supplier_code": "MU01", | |
"supplier_name": "Muller", | |
"date_modified": "2018-08-20", | |
"end_date": "2018-12-30", | |
"stocking_point_reduction": { | |
"before": 58, | |
"after": 0 | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment