Skip to content

Instantly share code, notes, and snippets.

@ryanmarshall
Last active April 5, 2020 02:30
Show Gist options
  • Save ryanmarshall/011c84f39b3ff03a4b3f5636c71494a5 to your computer and use it in GitHub Desktop.
Save ryanmarshall/011c84f39b3ff03a4b3f5636c71494a5 to your computer and use it in GitHub Desktop.
{
"items" => [
[0] {
"type" => "dtg",
"designId" => "5e87e09cd7a911160144e150",
"products" => [
[0] {
"id" => "gildan-cotton-t-shirt",
"color" => "Black",
"quantity" => 2,
"size" => "med"
}
],
"address" => {
"name" => "",
"address1" => "",
"city" => "SAN FRANCISCO",
"state" => "CA",
"zip" => "94110",
"country" => "US"
}
},
[1] {
"type" => "dtg",
"designId" => "5e87e0a416c9f415ee7c693a",
"products" => [
[0] {
"id" => "gildan-cotton-t-shirt",
"color" => "Orange",
"quantity" => 1,
"size" => "med"
}
],
"address" => {
"name" => "",
"address1" => "",
"city" => "SAN FRANCISCO",
"state" => "CA",
"zip" => "94110",
"country" => "US"
}
}
],
"features" => {
"shipping" => "US-FC"
},
"data" => {
"breakdown" => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment