Create Order
POST/order
Use this endpoint to initiate a new order.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 412
- 500
- 502
- 503
Order successfully created
Invalid request parameters.
Authentication failed. Verify that a valid Api-Access-Token is provided in the request headers.
Access denied. The API token does not have permission to create orders for the specified shop.
Resource not found.
Precondition failed.
Internal server error. An unexpected error occurred on the server side.
Service unavailable. The upstream service is temporarily unreachable.
Service unavailable. The server is temporarily unable to handle the request.