Skip to content

Instantly share code, notes, and snippets.

@ericz
Created September 4, 2014 07:00
Show Gist options
  • Save ericz/4afdd288f9ecfa5e4d05 to your computer and use it in GitHub Desktop.
Save ericz/4afdd288f9ecfa5e4d05 to your computer and use it in GitHub Desktop.
Test Bulk Request
{
"items": [
{
"designId": "53f28871995881c84762e178",
"type": "dtg",
"products": [
{
"id": "american-apparel-50-50-t-shirt",
"color": "black",
"quantity": "2",
"size": "sml"
},
{
"id": "gildan-ultra-blend-50-50-t",
"color": "black",
"quantity": "1",
"size": "sml"
}
],
"address": {
"name": "eric",
"address1": "2555 virginia st",
"city": "berkeley",
"zip": "K1A 0G9",
"state": "ON",
"country": "CAnada"
}
},
{
"designId": "5406aba341c9d60000710864",
"type": "screenprint",
"products": [
{
"id": "american-apparel-50-50-t-shirt",
"color": "white",
"quantity": "1",
"size": "sml"
}
],
"address": {
"name": "eric2",
"address1": "989 franksd",
"city": "fake",
"state": "CA",
"zip": "94709"
}
},
{
"type": "mug",
"products": [
{
"id": "beverage-mug",
"color": "white",
"size": "11oz",
"quantity": "1"
}
],
"designId": "5406ac1941c9d60000710865",
"address": {
"name": "eric",
"address1": "989 franklin st",
"address2": "#611",
"city": "oakland",
"state": "ca",
"zip": "94709"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment