Skip to Content
APIDefault DocCreate order

Create order

POST/orders
Request body (application/json)

Submits a new order for processing.

Authentication

No authentication required.

Request body

Content type: application/json

  • object
    • idstring (uuid)required
    • customerIdstring (uuid)required
    • totalintegerrequired
      Total in cents.
    • statusstringrequired
    • metadataobject

Response

Created.
Request
curl -X POST '/orders'