Skip to content

Instantly share code, notes, and snippets.

@raspasov
Last active May 28, 2016 04:36
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 raspasov/70747ec44cdb72c5fe6a6eae417799a5 to your computer and use it in GitHub Desktop.
Save raspasov/70747ec44cdb72c5fe6a6eae417799a5 to your computer and use it in GitHub Desktop.
Hush Product Schema - Sample 1
{
"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