Slide 16
Slide 16 text
API Improvements
POST /api/checkouts
STATUS: 200 OK
{
"id": 1,
"number": "R335381310",
"item_total": "0.0",
"total": "0.0",
"state": "cart",
"adjustment_total": "-12.0",
"user_id": null,
"created_at": "2012-10-24T01:02:25Z",
"updated_at": "2012-10-24T01:02:25Z",
"completed_at": null,
"payment_total": "0.0"
...
}