Skip to content

Instantly share code, notes, and snippets.

@ksummerlin
Last active August 29, 2015 14:03
Show Gist options
  • Save ksummerlin/4654414971afa85f3614 to your computer and use it in GitHub Desktop.
Save ksummerlin/4654414971afa85f3614 to your computer and use it in GitHub Desktop.
A simple order as a JSON request.
//POST /api/orders.json
{
"order": {
"email": "customer@example.com",
"line_items": [
{
"title": "Shiny Black Boots",
"price": 82.99,
"quantity": 1
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment