Orders
Create Order
Create a new fulfillment order. This will automatically create a new order in Roastify with a ‘Created’ status.
POST
Authorizations
The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.
Headers
The idempotency key to use for the request (V4 UUID recommended)
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Response
201
application/json
Succesful order. Returns the orderId of the new order
The response is of type object
.