Database Reference
In-Depth Information
},
},
pricing : {
list : 1200 ,
retail : 1100 ,
savings : 100 ,
pct_savings : 8
},
details : {
title : "A Love Supreme [Original Recording Reissued]" ,
artist : "John Coltrane" ,
genre : [ "Jazz" , "General" ],
...
tracks : [
"A Love Supreme, Part I: Acknowledgement" ,
"A Love Supreme, Part II: Resolution" ,
"A Love Supreme, Part III: Pursuance" ,
"A Love Supreme, Part IV: Psalm"
],
},
}
A movie item would have the same fields for general product information, shipping, and pri-
cing, but different fields for the details subdocument. Consider the following:
{
sku : "00e8da9d" ,
type : "Film" ,
...,
asin : "B000P0J0AQ" ,
shipping : { ... },
pricing : { ... },
details : {
title : "The Matrix" ,
director : [ "Andy Wachowski" , "Larry Wachowski" ],
writer : [ "Andy Wachowski" , "Larry Wachowski" ],
...,
aspect_ratio : "1.66:1"
Search WWH ::




Custom Search