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
| { | |
| "header": { | |
| "version": "2013-04", | |
| "scope": [ | |
| "attribute_values", | |
| "attributes", | |
| "digital_assets", | |
| { "products": ["sku", "name", "brand", "color"] } | |
| ] | |
| } |
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
| { | |
| "header": { | |
| "version": "2013-04", | |
| "scope": ["products", "attribute_values", "attributes"] | |
| } | |
| } |
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
| { | |
| "header": { | |
| "version": "2013-04", | |
| "scope": ["all"] | |
| } | |
| } |
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
| { | |
| "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 | |
| }, |
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
| { | |
| "products": [ | |
| { | |
| "SKU": "3635066", | |
| "name": "Sony 40 in. Bravia TV All-in-One Kit", | |
| "salsify:bundled_products": [ | |
| { | |
| "salsify:bundled_product_id": "3635065" | |
| }, | |
| { |
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
| [ | |
| { | |
| "attributes": [ | |
| { | |
| "salsify:id": "Accessory Category", | |
| "salsify:role": "relation_type" | |
| } | |
| ] | |
| }, | |
| { |
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
| { | |
| "attributes": [ | |
| { | |
| "salsify:id": "SKU", | |
| "salsify:role": "products_id" | |
| }, | |
| { | |
| "salsify:id": "Release Date" | |
| }, | |
| { |
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
| [ | |
| { | |
| "attribute_values": [ | |
| { | |
| "salsify:attribute_id": "Product Category", | |
| "salsify:id": "ELECTRONICS", | |
| "salsify:name": "Electronics", | |
| "Description": "Products that require electricity." | |
| }, | |
| { |
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
| [ | |
| { | |
| "attributes": [ | |
| { | |
| "salsify:id": "SKU", | |
| "salsify:role": "product_id" | |
| }, | |
| { | |
| "salsify:id": "Display Name", | |
| "salsify:role": "product_name" |
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
| { | |
| "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" |