Skip to content

Instantly share code, notes, and snippets.

@allenhurff
Last active December 14, 2015 17:28
Show Gist options
  • Select an option

  • Save allenhurff/5122104 to your computer and use it in GitHub Desktop.

Select an option

Save allenhurff/5122104 to your computer and use it in GitHub Desktop.
FriendBuy Shopify App Widget - Result Set
{
"site": "site-00000000-host",
"order": {
"id": "1014",
"amount": "200.54"
},
"products": [
{
"sku": "OMW-1001",
"price": "27.99",
"quantity": "1"
},
{
"sku": "SWT-001",
"price": "27.99",
"quantity": "1"
},
{
"sku": "PRZ-GRN-APPLE-021",
"price": "111.96",
"quantity": "4"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment