Post a new order October 06 2015

POST to create an order...

/api/v3/orders

For example...

{
"order": {
"custom_order_id": "O123",
"email": "joe@example.com",
"first_name": "John",
"last_name": "Doe"
}
}

NOTE: price is optional and defaults to the price set in the UI if not present.send_email is optional and defaults to true if not present. expiration_date is optional and the default is the setting in Settings → General if not present. download_limit is optional and the default is the setting in Settings → General if not present.downloads_remaining is optional and serves as an override. If not present the default is whatever the order's download_limit is set to.