Created
September 4, 2012 16:57
-
-
Save jevy/3623438 to your computer and use it in GitHub Desktop.
Sample multiple product creation (v4)
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
{ | |
"order": | |
{ | |
"language_pref": "en", | |
"source_id":"iPhone v3.3", | |
"products_attributes": [ | |
{ | |
"type": "Postcard", | |
"message_text": "Check out this awesome picture!", | |
"image_external_id": "1111-1111-1111-1111", | |
"frame_id": 1, | |
"shipping_address_attributes": | |
{ | |
"f_name":"Jevin", | |
"l_name":"Maltais", | |
"domain":"Something", | |
"street_1":"123 Main St.", | |
"street_2":"", | |
"city":"Ottawa", | |
"prov":"ON", | |
"postal_code":"K1J 0A6" | |
} | |
}, | |
{ | |
"type": "Postcard", | |
"message_text": "Check out this awesome picture!", | |
"image_external_id": "1111-1111-1111-1111", | |
"frame_id": 1, | |
"shipping_address_attributes": | |
{ | |
"f_name":"Piotr", | |
"l_name":"Sarnaki", | |
"domain":"Something", | |
"street_1":"123 Main St.", | |
"street_2":"", | |
"city":"Krakow", | |
"prov":"XX", | |
"postal_code":"" | |
} | |
}, | |
{ | |
"type": "Postcard", | |
"message_text": "Check out this awesome picture!", | |
"image_external_id": "1111-1111-1111-1111", | |
"frame_id": 1, | |
"shipping_address_attributes": | |
{ | |
"f_name":"Jevin", | |
"l_name":"Maltais", | |
"domain":"Something", | |
"street_1":"123 Main St.", | |
"street_2":"", | |
"city":"Ottawa", | |
"prov":"ON", | |
"postal_code":"K1J 0A6" | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment