Last active
May 28, 2016 04:36
-
-
Save raspasov/70747ec44cdb72c5fe6a6eae417799a5 to your computer and use it in GitHub Desktop.
Hush Product Schema - Sample 1
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
{ | |
"name": "RB3183 Sunglasses 63 mm", | |
"categories": [ | |
"unisex", | |
"eyewear" | |
], | |
"brand": "Ray Ban", | |
"description": "Made in US,Ray-Ban sizes refer to the width of one lens in millimeters,Lenses are prescription-ready (Rx-able)", | |
"external-product-id": "Either Globally Unique Identifier or Unique Identifier of the Product in Your System", | |
"original-price": 12750, | |
"variation-sort": [ | |
"color", | |
[ | |
"Grey & Polarized Green", | |
"Gunmetal Frame/Gray Polarized GSM Lens" | |
] | |
], | |
"primary-variations": [ | |
{ | |
"data": { | |
"color": "Grey & Polarized Green" | |
}, | |
"media": { | |
"images": [ | |
"http://ecx.images-amazon.com/images/I/61mZOkt45tL._UX575_.jpg", | |
"http://ecx.images-amazon.com/images/I/81U45UIJ3qL._UY695_.jpg" | |
] | |
}, | |
"secondary-variations": [ | |
{ | |
"data": {}, | |
"inventory": [ | |
{ | |
"price": 9999, | |
"total-quantity": 42 | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"data": { | |
"color": "Gunmetal Frame/Gray Polarized GSM Lens" | |
}, | |
"media": { | |
"images": [ | |
"http://ecx.images-amazon.com/images/I/61Dr6s4UMGS._UL1500_.jpg", | |
"http://ecx.images-amazon.com/images/I/71KKSiLBc7S._UX695_.jpg" | |
] | |
}, | |
"secondary-variations": [ | |
{ | |
"data": {}, | |
"inventory": [ | |
{ | |
"price": 9999, | |
"total-quantity": 21 | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment