Skip to content

Instantly share code, notes, and snippets.

@jakeleboeuf
Last active April 15, 2016 19:15
Show Gist options
  • Save jakeleboeuf/8a365f479f219bf9de323e2c90bc2482 to your computer and use it in GitHub Desktop.
Save jakeleboeuf/8a365f479f219bf9de323e2c90bc2482 to your computer and use it in GitHub Desktop.
Data example
lineItems: [
{
"id": "a3C540000007ix8EAA",
"product": "01tE0000004bmwPIAQ"
},
{
"id": "a3C540000007ixDEAQ",
"product": "01tE0000004bmwPIAQ"
},
{
"id": "a3C540000007ix3EAA",
"product": "01tE0000004bmwPIAQ"
},
{
"id": "a3C540000007iwtEAA",
"product": "01tE0000004bmwPIAQ"
},
}
product: [
{
"id": "01tE0000004bmwPIAQ",
"name": "5495.black.xl"
},
{
"id": "01tE0000004bmwPIAQ",
"name": "5495.navy.xl"
},
{
"id": "01tE0000004bmwPIAQ",
"name": "5495.black.sm"
},
{
"id": "01tE0000004bmwPIAQ",
"name": "5495.black.md"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment