Created
September 26, 2018 12:26
-
-
Save riddla/cb31a3690ab9450678f2fdf9fdf5fc5e to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"1": { | |
"entity_id": "1", | |
"type_id": "simple", | |
"sku": "dress_test", | |
"status": "1", | |
"visibility": "4", | |
"tax_class_id": "2", | |
"weight": "1.0000", | |
"price": "1500.0000", | |
"special_price": "1000.0000", | |
"name": "Wedding dress", | |
"url_key": "dress", | |
"country_of_manufacture": "AO", | |
"msrp_display_actual_price_type": "2", | |
"gift_message_available": "1", | |
"news_from_date": "2012-03-21 00:00:00", | |
"news_to_date": "2012-03-24 00:00:00", | |
"special_from_date": "2012-03-21 00:00:00", | |
"special_to_date": "2012-03-24 00:00:00", | |
"description": "White wedding dress" | |
}, | |
"2": { | |
"entity_id": "2", | |
"type_id": "simple", | |
"sku": "black_sunglasses", | |
"status": "1", | |
"visibility": "4", | |
"tax_class_id": "2", | |
"weight": "0.2000", | |
"price": "500.0000", | |
"special_price": "300.0000", | |
"name": "Sunglasses", | |
"url_key": "sunglasses", | |
"country_of_manufacture": "AR", | |
"msrp_display_actual_price_type": "2", | |
"gift_message_available": null, | |
"news_from_date": null, | |
"news_to_date": null, | |
"special_from_date": "2012-03-21 00:00:00", | |
"special_to_date": "2012-03-24 00:00:00", | |
"description": "Black sunglasses" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment