Skip to content

Instantly share code, notes, and snippets.

@joshchu
joshchu / gist:9960278
Last active August 29, 2015 13:58
header
{
"header": {
"version": "2013-04",
"scope": [
"attribute_values",
"attributes",
"digital_assets",
{ "products": ["sku", "name", "brand", "color"] }
]
}
@joshchu
joshchu / gist:9960261
Last active August 29, 2015 13:58
header
{
"header": {
"version": "2013-04",
"scope": ["products", "attribute_values", "attributes"]
}
}
@joshchu
joshchu / gist:9960237
Last active August 29, 2015 13:58
header
{
"header": {
"version": "2013-04",
"scope": ["all"]
}
}
@joshchu
joshchu / gist:9960202
Last active August 29, 2015 13:58
Digital Assets
{
"SKU": "3635065",
"name": "Sony 40in. Bravia TV",
"salsify:digital_assets": [
{
"salsify:id": "3635065-FRONT-VIEW",
"salsify:name": "Sony 40in Bravia TV Front View",
"salsify:url": "http://example.com/3635065-FRONT-VIEW.png",
"salsify:is_primary_image": true
},
@joshchu
joshchu / gist:9960162
Last active August 29, 2015 13:58
bundles
{
"products": [
{
"SKU": "3635066",
"name": "Sony 40 in. Bravia TV All-in-One Kit",
"salsify:bundled_products": [
{
"salsify:bundled_product_id": "3635065"
},
{
@joshchu
joshchu / gist:9960143
Last active August 29, 2015 13:58
relations
[
{
"attributes": [
{
"salsify:id": "Accessory Category",
"salsify:role": "relation_type"
}
]
},
{
@joshchu
joshchu / gist:9960102
Last active August 29, 2015 13:58
Attributes
{
"attributes": [
{
"salsify:id": "SKU",
"salsify:role": "products_id"
},
{
"salsify:id": "Release Date"
},
{
[
{
"attribute_values": [
{
"salsify:attribute_id": "Product Category",
"salsify:id": "ELECTRONICS",
"salsify:name": "Electronics",
"Description": "Products that require electricity."
},
{
@joshchu
joshchu / gist:9960015
Last active August 29, 2015 13:58
attribute override mapping
[
{
"attributes": [
{
"salsify:id": "SKU",
"salsify:role": "product_id"
},
{
"salsify:id": "Display Name",
"salsify:role": "product_name"
@joshchu
joshchu / gist:9959976
Last active August 29, 2015 13:58
product JSON object
{
"id": "3635065",
"SKU": "3635065",
"Model": "KDL-40NX700",
"name": "Sony 40 in. Bravia TV",
"Description": "This is an amazing tv. You should buy it.",
"Brand": "Sony",
"Aspect Ratio": "16:9",
"Feature": ["Child Lock", "Picture in Picture", "Sleep Timer"],
"Release Date": "10-19-2010"